Html Css Color HEX #766C28 Crete

📋 copy color: '#766C28'

red 118 ◦ green 108 ◦ blue 40

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

Shades of Crete #766C28

Tints of Crete #766C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.6%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 44.36%
G = 40.6%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766C28 (or 0x766C28) is known color: Crete. HEX triplet: 76, 6C and 28. RGB value is (118,108,40). Sum of RGB (Red+Green+Blue) = 118+108+40=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #766C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C28 is #8993D7. Grayscale: #676767. Windows color (decimal): -9016280 or 2649206. OLE color: 2649206.

HSL color Cylindrical-coordinate representation of color #766C28: hue angle of 52.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #766C28 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 40 -
CMYK 0 0.08 0.66 0.54
HSL 52.31º 0.49% 0.31% -
HSV(B) 52.31º 0.66% 0.46% -
XYZ 13.22 14.73 4.15 -
YUV 103.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 118 108 40 0 0.08 0.66 0.54 52.31 0.49 0.31
Hex 76 6C 28 0 8 42 36 34 31 1F
Octal 166 154 50 0 10 102 66 64 61 37
Binary 1110110 1101100 101000 0 1000 1000010 110110 110100 110001 11111

Color Harmonies of #766C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C28

Black with #766C28

Text Example


Text Example

White with #766C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,40); }

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

background-color css

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

 a { background-color: rgb(118,108,40); }

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

border-color css

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

 span { border-color: rgb(118,108,40); }

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