Html Css Color HEX #766F3B Crete

📋 copy color: '#766F3B'

red 118 ◦ green 111 ◦ blue 59

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

Shades of Crete #766F3B

Tints of Crete #766F3B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.54%

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 40.97%
G = 38.54%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#766F3B (or 0x766F3B) is known color: Crete. HEX triplet: 76, 6F and 3B. RGB value is (118,111,59). Sum of RGB (Red+Green+Blue) = 118+111+59=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F3B is #8990C4. Grayscale: #6B6B6B. Windows color (decimal): -9015493 or 3895158. OLE color: 3895158.

HSL color Cylindrical-coordinate representation of color #766F3B: hue angle of 52.88º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766F3B is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 59 -
CMYK 0 0.06 0.50 0.54
HSL 52.88º 0.33% 0.35% -
HSV(B) 52.88º 0.5% 0.46% -
XYZ 13.95 15.54 6.4 -
YUV 107.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 118 111 59 0 0.06 0.50 0.54 52.88 0.33 0.35
Hex 76 6F 3B 0 6 32 36 35 21 23
Octal 166 157 73 0 6 62 66 65 41 43
Binary 1110110 1101111 111011 0 110 110010 110110 110101 100001 100011

Color Harmonies of #766F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F3B

Black with #766F3B

Text Example


Text Example

White with #766F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,59); }

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

background-color css

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

 a { background-color: rgb(118,111,59); }

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

border-color css

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

 span { border-color: rgb(118,111,59); }

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