Html Css Color HEX #776F31 Crete

📋 copy color: '#776F31'

red 119 ◦ green 111 ◦ blue 49

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

Shades of Crete #776F31

Tints of Crete #776F31

RGB

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

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

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

R = 42.65%
G = 39.78%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#776F31 (or 0x776F31) is known color: Crete. HEX triplet: 77, 6F and 31. RGB value is (119,111,49). Sum of RGB (Red+Green+Blue) = 119+111+49=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #776F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F31 is #8890CE. Grayscale: #6A6A6A. Windows color (decimal): -8949967 or 3239799. OLE color: 3239799.

HSL color Cylindrical-coordinate representation of color #776F31: hue angle of 53.14º 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 #776F31 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 49 -
CMYK 0 0.07 0.59 0.53
HSL 53.14º 0.42% 0.33% -
HSV(B) 53.14º 0.59% 0.47% -
XYZ 13.85 15.51 5.17 -
YUV 106.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 119 111 49 0 0.07 0.59 0.53 53.14 0.42 0.33
Hex 77 6F 31 0 7 3B 35 35 2A 21
Octal 167 157 61 0 7 73 65 65 52 41
Binary 1110111 1101111 110001 0 111 111011 110101 110101 101010 100001

Color Harmonies of #776F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F31

Black with #776F31

Text Example


Text Example

White with #776F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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