Html Css Color HEX #766F2C Crete

📋 copy color: '#766F2C'

red 118 ◦ green 111 ◦ blue 44

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

Shades of Crete #766F2C

Tints of Crete #766F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 43.22%
G = 40.66%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#766F2C (or 0x766F2C) is known color: Crete. HEX triplet: 76, 6F and 2C. RGB value is (118,111,44). Sum of RGB (Red+Green+Blue) = 118+111+44=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F2C is #8990D3. Grayscale: #696969. Windows color (decimal): -9015508 or 2912118. OLE color: 2912118.

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

Color convert

RGB 118 111 44 -
CMYK 0 0.06 0.63 0.54
HSL 54.32º 0.46% 0.32% -
HSV(B) 54.32º 0.63% 0.46% -
XYZ 13.61 15.4 4.64 -
YUV 105.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 118 111 44 0 0.06 0.63 0.54 54.32 0.46 0.32
Hex 76 6F 2C 0 6 3F 36 36 2E 20
Octal 166 157 54 0 6 77 66 66 56 40
Binary 1110110 1101111 101100 0 110 111111 110110 110110 101110 100000

Color Harmonies of #766F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F2C

Black with #766F2C

Text Example


Text Example

White with #766F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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