Html Css Color HEX #78370E Peru Tan

📋 copy color: '#78370E'

red 120 ◦ green 55 ◦ blue 14

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

Shades of Peru Tan #78370E

Tints of Peru Tan #78370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.41%

R = 63.49%
G = 29.1%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#78370E (or 0x78370E) is known color: Peru Tan. HEX triplet: 78, 37 and 0E. RGB value is (120,55,14). Sum of RGB (Red+Green+Blue) = 120+55+14=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78370E is #87C8F1. Grayscale: #454545. Windows color (decimal): -8898802 or 931704. OLE color: 931704.

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

Color convert

RGB 120 55 14 -
CMYK 0 0.54 0.88 0.53
HSL 23.21º 0.79% 0.26% -
HSV(B) 23.21º 0.88% 0.47% -
XYZ 9.19 6.76 1.24 -
YUV 69.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 120 55 14 0 0.54 0.88 0.53 23.21 0.79 0.26
Hex 78 37 E 0 36 58 35 17 4F 1A
Octal 170 67 16 0 66 130 65 27 117 32
Binary 1111000 110111 1110 0 110110 1011000 110101 10111 1001111 11010

Color Harmonies of #78370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78370E

Black with #78370E

Text Example


Text Example

White with #78370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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