Html Css Color HEX #776F58 Peat

📋 copy color: '#776F58'

red 119 ◦ green 111 ◦ blue 88

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

Shades of Peat #776F58

Tints of Peat #776F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.67%

R = 37.42%
G = 34.91%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#776F58 (or 0x776F58) is known color: Peat. HEX triplet: 77, 6F and 58. RGB value is (119,111,88). Sum of RGB (Red+Green+Blue) = 119+111+88=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F58 is #8890A7. Grayscale: #6E6E6E. Windows color (decimal): -8949928 or 5795703. OLE color: 5795703.

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

Color convert

RGB 119 111 88 -
CMYK 0 0.07 0.26 0.53
HSL 44.52º 0.15% 0.41% -
HSV(B) 44.52º 0.26% 0.47% -
XYZ 15.05 16 11.53 -
YUV 110.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 119 111 88 0 0.07 0.26 0.53 44.52 0.15 0.41
Hex 77 6F 58 0 7 1A 35 2D F 29
Octal 167 157 130 0 7 32 65 55 17 51
Binary 1110111 1101111 1011000 0 111 11010 110101 101101 1111 101001

Color Harmonies of #776F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F58

Black with #776F58

Text Example


Text Example

White with #776F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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