Html Css Color HEX #766F33 Crete

📋 copy color: '#766F33'

red 118 ◦ green 111 ◦ blue 51

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

Shades of Crete #766F33

Tints of Crete #766F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 42.14%
G = 39.64%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#766F33 (or 0x766F33) is known color: Crete. HEX triplet: 76, 6F and 33. RGB value is (118,111,51). Sum of RGB (Red+Green+Blue) = 118+111+51=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F33 is #8990CC. Grayscale: #6A6A6A. Windows color (decimal): -9015501 or 3370870. OLE color: 3370870.

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

Color convert

RGB 118 111 51 -
CMYK 0 0.06 0.57 0.54
HSL 53.73º 0.4% 0.33% -
HSV(B) 53.73º 0.57% 0.46% -
XYZ 13.75 15.46 5.39 -
YUV 106.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 118 111 51 0 0.06 0.57 0.54 53.73 0.4 0.33
Hex 76 6F 33 0 6 39 36 36 28 21
Octal 166 157 63 0 6 71 66 66 50 41
Binary 1110110 1101111 110011 0 110 111001 110110 110110 101000 100001

Color Harmonies of #766F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F33

Black with #766F33

Text Example


Text Example

White with #766F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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