Html Css Color HEX #776C31 Crete

📋 copy color: '#776C31'

red 119 ◦ green 108 ◦ blue 49

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

Shades of Crete #776C31

Tints of Crete #776C31

RGB

 RED value IS 119 (46.88% from 255) = 43.12%

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

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

R = 43.12%
G = 39.13%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#776C31 (or 0x776C31) is known color: Crete. HEX triplet: 77, 6C and 31. RGB value is (119,108,49). Sum of RGB (Red+Green+Blue) = 119+108+49=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #776C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C31 is #8893CE. Grayscale: #686868. Windows color (decimal): -8950735 or 3239031. OLE color: 3239031.

HSL color Cylindrical-coordinate representation of color #776C31: hue angle of 50.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #776C31 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 49 -
CMYK 0 0.09 0.59 0.53
HSL 50.57º 0.42% 0.33% -
HSV(B) 50.57º 0.59% 0.47% -
XYZ 13.52 14.87 5.06 -
YUV 104.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 119 108 49 0 0.09 0.59 0.53 50.57 0.42 0.33
Hex 77 6C 31 0 9 3B 35 33 2A 21
Octal 167 154 61 0 11 73 65 63 52 41
Binary 1110111 1101100 110001 0 1001 111011 110101 110011 101010 100001

Color Harmonies of #776C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C31

Black with #776C31

Text Example


Text Example

White with #776C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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