Html Css Color HEX #766C31 Crete

📋 copy color: '#766C31'

red 118 ◦ green 108 ◦ blue 49

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

Shades of Crete #766C31

Tints of Crete #766C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 42.91%
G = 39.27%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766C31 (or 0x766C31) is known color: Crete. HEX triplet: 76, 6C and 31. RGB value is (118,108,49). Sum of RGB (Red+Green+Blue) = 118+108+49=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C31 is #8993CE. Grayscale: #686868. Windows color (decimal): -9016271 or 3239030. OLE color: 3239030.

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

Color convert

RGB 118 108 49 -
CMYK 0 0.08 0.58 0.54
HSL 51.3º 0.41% 0.33% -
HSV(B) 51.3º 0.58% 0.46% -
XYZ 13.39 14.8 5.06 -
YUV 104.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 118 108 49 0 0.08 0.58 0.54 51.3 0.41 0.33
Hex 76 6C 31 0 8 3A 36 33 29 21
Octal 166 154 61 0 10 72 66 63 51 41
Binary 1110110 1101100 110001 0 1000 111010 110110 110011 101001 100001

Color Harmonies of #766C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C31

Black with #766C31

Text Example


Text Example

White with #766C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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