Html Css Color HEX #776F53 Peat

📋 copy color: '#776F53'

red 119 ◦ green 111 ◦ blue 83

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

Shades of Peat #776F53

Tints of Peat #776F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 38.02%
G = 35.46%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#776F53 (or 0x776F53) is known color: Peat. HEX triplet: 77, 6F and 53. RGB value is (119,111,83). Sum of RGB (Red+Green+Blue) = 119+111+83=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #776F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F53 is #8890AC. Grayscale: #6E6E6E. Windows color (decimal): -8949933 or 5468023. OLE color: 5468023.

HSL color Cylindrical-coordinate representation of color #776F53: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776F53 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 83 -
CMYK 0 0.07 0.30 0.53
HSL 46.67º 0.18% 0.4% -
HSV(B) 46.67º 0.3% 0.47% -
XYZ 14.85 15.92 10.47 -
YUV 110.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 119 111 83 0 0.07 0.30 0.53 46.67 0.18 0.4
Hex 77 6F 53 0 7 1E 35 2F 12 28
Octal 167 157 123 0 7 36 65 57 22 50
Binary 1110111 1101111 1010011 0 111 11110 110101 101111 10010 101000

Color Harmonies of #776F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F53

Black with #776F53

Text Example


Text Example

White with #776F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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