Html Css Color HEX #77371B Peru Tan

📋 copy color: '#77371B'

red 119 ◦ green 55 ◦ blue 27

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

Shades of Peru Tan #77371B

Tints of Peru Tan #77371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 59.2%
G = 27.36%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77371B (or 0x77371B) is known color: Peru Tan. HEX triplet: 77, 37 and 1B. RGB value is (119,55,27). Sum of RGB (Red+Green+Blue) = 119+55+27=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77371B is #88C8E4. Grayscale: #474747. Windows color (decimal): -8964325 or 1783671. OLE color: 1783671.

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

Color convert

RGB 119 55 27 -
CMYK 0 0.54 0.77 0.53
HSL 18.26º 0.63% 0.29% -
HSV(B) 18.26º 0.77% 0.47% -
XYZ 9.17 6.73 1.85 -
YUV 70.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 119 55 27 0 0.54 0.77 0.53 18.26 0.63 0.29
Hex 77 37 1B 0 36 4D 35 12 3F 1D
Octal 167 67 33 0 66 115 65 22 77 35
Binary 1110111 110111 11011 0 110110 1001101 110101 10010 111111 11101

Color Harmonies of #77371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77371B

Black with #77371B

Text Example


Text Example

White with #77371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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