Html Css Color HEX #77370D Peru Tan

📋 copy color: '#77370D'

red 119 ◦ green 55 ◦ blue 13

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

Shades of Peru Tan #77370D

Tints of Peru Tan #77370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 63.64%
G = 29.41%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77370D (or 0x77370D) is known color: Peru Tan. HEX triplet: 77, 37 and 0D. RGB value is (119,55,13). Sum of RGB (Red+Green+Blue) = 119+55+13=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77370D is #88C8F2. Grayscale: #454545. Windows color (decimal): -8964339 or 866167. OLE color: 866167.

HSL color Cylindrical-coordinate representation of color #77370D: hue angle of 23.77º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77370D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 13 -
CMYK 0 0.54 0.89 0.53
HSL 23.77º 0.8% 0.26% -
HSV(B) 23.77º 0.89% 0.47% -
XYZ 9.05 6.68 1.19 -
YUV 69.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 119 55 13 0 0.54 0.89 0.53 23.77 0.8 0.26
Hex 77 37 D 0 36 59 35 18 50 1A
Octal 167 67 15 0 66 131 65 30 120 32
Binary 1110111 110111 1101 0 110110 1011001 110101 11000 1010000 11010

Color Harmonies of #77370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77370D

Black with #77370D

Text Example


Text Example

White with #77370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77370D; }

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

 H1.HeaderClassName
 {
   color: #77370D;
 }
 .AnyTagClassName
 {
   color: #77370D;
 }
</style>

background-color css

<style>
 a { background-color: #77370D; }

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

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

border-color css

<style>
 span { border-color: #77370D; }

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

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