Html Css Color HEX #77371C Peru Tan

📋 copy color: '#77371C'

red 119 ◦ green 55 ◦ blue 28

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

Shades of Peru Tan #77371C

Tints of Peru Tan #77371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 58.91%
G = 27.23%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77371C (or 0x77371C) is known color: Peru Tan. HEX triplet: 77, 37 and 1C. RGB value is (119,55,28). Sum of RGB (Red+Green+Blue) = 119+55+28=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77371C is #88C8E3. Grayscale: #474747. Windows color (decimal): -8964324 or 1849207. OLE color: 1849207.

HSL color Cylindrical-coordinate representation of color #77371C: hue angle of 17.8º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77371C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 28 -
CMYK 0 0.54 0.76 0.53
HSL 17.8º 0.62% 0.29% -
HSV(B) 17.8º 0.76% 0.47% -
XYZ 9.18 6.74 1.92 -
YUV 71.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 119 55 28 0 0.54 0.76 0.53 17.8 0.62 0.29
Hex 77 37 1C 0 36 4C 35 12 3E 1D
Octal 167 67 34 0 66 114 65 22 76 35
Binary 1110111 110111 11100 0 110110 1001100 110101 10010 111110 11101

Color Harmonies of #77371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77371C

Black with #77371C

Text Example


Text Example

White with #77371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77371C; }

 p { color: rgb(119,55,28); }

 H1.HeaderClassName
 {
   color: #77371C;
 }
 .AnyTagClassName
 {
   color: #77371C;
 }
</style>

background-color css

<style>
 a { background-color: #77371C; }

 a { background-color: rgb(119,55,28); }

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

border-color css

<style>
 span { border-color: #77371C; }

 span { border-color: rgb(119,55,28); }

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