Html Css Color HEX #776F34 Crete

📋 copy color: '#776F34'

red 119 ◦ green 111 ◦ blue 52

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

Shades of Crete #776F34

Tints of Crete #776F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 42.2%
G = 39.36%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#776F34 (or 0x776F34) is known color: Crete. HEX triplet: 77, 6F and 34. RGB value is (119,111,52). Sum of RGB (Red+Green+Blue) = 119+111+52=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #776F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F34 is #8890CB. Grayscale: #6A6A6A. Windows color (decimal): -8949964 or 3436407. OLE color: 3436407.

HSL color Cylindrical-coordinate representation of color #776F34: hue angle of 52.84º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776F34 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 52 -
CMYK 0 0.07 0.56 0.53
HSL 52.84º 0.39% 0.34% -
HSV(B) 52.84º 0.56% 0.47% -
XYZ 13.91 15.54 5.51 -
YUV 106.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 119 111 52 0 0.07 0.56 0.53 52.84 0.39 0.34
Hex 77 6F 34 0 7 38 35 35 27 22
Octal 167 157 64 0 7 70 65 65 47 42
Binary 1110111 1101111 110100 0 111 111000 110101 110101 100111 100010

Color Harmonies of #776F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F34

Black with #776F34

Text Example


Text Example

White with #776F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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