Html Css Color HEX #78370B Peru Tan

📋 copy color: '#78370B'

red 120 ◦ green 55 ◦ blue 11

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

Shades of Peru Tan #78370B

Tints of Peru Tan #78370B

RGB

 RED value IS 120 (47.27% from 255) = 64.52%

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

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 64.52%
G = 29.57%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#78370B (or 0x78370B) is known color: Peru Tan. HEX triplet: 78, 37 and 0B. RGB value is (120,55,11). Sum of RGB (Red+Green+Blue) = 120+55+11=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78370B is #87C8F4. Grayscale: #454545. Windows color (decimal): -8898805 or 735096. OLE color: 735096.

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

Color convert

RGB 120 55 11 -
CMYK 0 0.54 0.91 0.53
HSL 24.22º 0.83% 0.26% -
HSV(B) 24.22º 0.91% 0.47% -
XYZ 9.17 6.75 1.14 -
YUV 69.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 120 55 11 0 0.54 0.91 0.53 24.22 0.83 0.26
Hex 78 37 B 0 36 5B 35 18 53 1A
Octal 170 67 13 0 66 133 65 30 123 32
Binary 1111000 110111 1011 0 110110 1011011 110101 11000 1010011 11010

Color Harmonies of #78370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78370B

Black with #78370B

Text Example


Text Example

White with #78370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,55,11); }

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

background-color css

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

 a { background-color: rgb(120,55,11); }

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

border-color css

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

 span { border-color: rgb(120,55,11); }

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