Html Css Color HEX #766E2B Crete

📋 copy color: '#766E2B'

red 118 ◦ green 110 ◦ blue 43

#766E2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #766E2B

Tints of Crete #766E2B

RGB

 RED value IS 118 (46.48% from 255) = 43.54%

 GREEN value IS 110 (43.36% from 255) = 40.59%

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 43.54%
G = 40.59%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#766E2B (or 0x766E2B) is known color: Crete. HEX triplet: 76, 6E and 2B. RGB value is (118,110,43). Sum of RGB (Red+Green+Blue) = 118+110+43=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E2B is #8991D4. Grayscale: #696969. Windows color (decimal): -9015765 or 2846326. OLE color: 2846326.

HSL color Cylindrical-coordinate representation of color #766E2B: hue angle of 53.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #766E2B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 43 -
CMYK 0 0.07 0.64 0.54
HSL 53.6º 0.47% 0.32% -
HSV(B) 53.6º 0.64% 0.46% -
XYZ 13.48 15.18 4.5 -
YUV 104.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 118 110 43 0 0.07 0.64 0.54 53.6 0.47 0.32
Hex 76 6E 2B 0 7 40 36 36 2F 20
Octal 166 156 53 0 7 100 66 66 57 40
Binary 1110110 1101110 101011 0 111 1000000 110110 110110 101111 100000

Color Harmonies of #766E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E2B

Black with #766E2B

Text Example


Text Example

White with #766E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E2B; }

 p { color: rgb(118,110,43); }

 H1.HeaderClassName
 {
   color: #766E2B;
 }
 .AnyTagClassName
 {
   color: #766E2B;
 }
</style>

background-color css

<style>
 a { background-color: #766E2B; }

 a { background-color: rgb(118,110,43); }

 div.DivClassName
 {
   background-color: #766E2B;
 }
 .BgClassName
 {
   background-color: #766E2B;
 }
</style>

border-color css

<style>
 span { border-color: #766E2B; }

 span { border-color: rgb(118,110,43); }

 td.TdClassName
 {
   border-color: #766E2B;
 }
 .TagClassName
 {
   border-color: #766E2B;
 }
</style>