Html Css Color HEX #776B50 Peat

📋 copy color: '#776B50'

red 119 ◦ green 107 ◦ blue 80

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

Shades of Peat #776B50

Tints of Peat #776B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 38.89%
G = 34.97%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#776B50 (or 0x776B50) is known color: Peat. HEX triplet: 77, 6B and 50. RGB value is (119,107,80). Sum of RGB (Red+Green+Blue) = 119+107+80=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B50 is #8894AF. Grayscale: #6B6B6B. Windows color (decimal): -8950960 or 5270391. OLE color: 5270391.

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

Color convert

RGB 119 107 80 -
CMYK 0 0.10 0.33 0.53
HSL 41.54º 0.2% 0.39% -
HSV(B) 41.54º 0.33% 0.47% -
XYZ 14.31 15.02 9.73 -
YUV 107.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 119 107 80 0 0.10 0.33 0.53 41.54 0.2 0.39
Hex 77 6B 50 0 A 21 35 2A 14 27
Octal 167 153 120 0 12 41 65 52 24 47
Binary 1110111 1101011 1010000 0 1010 100001 110101 101010 10100 100111

Color Harmonies of #776B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B50

Black with #776B50

Text Example


Text Example

White with #776B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,107,80); }

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

background-color css

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

 a { background-color: rgb(119,107,80); }

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

border-color css

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

 span { border-color: rgb(119,107,80); }

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