Html Css Color HEX #78341B Peru Tan

📋 copy color: '#78341B'

red 120 ◦ green 52 ◦ blue 27

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

Shades of Peru Tan #78341B

Tints of Peru Tan #78341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 60.3%
G = 26.13%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78341B (or 0x78341B) is known color: Peru Tan. HEX triplet: 78, 34 and 1B. RGB value is (120,52,27). Sum of RGB (Red+Green+Blue) = 120+52+27=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78341B is #87CBE4. Grayscale: #454545. Windows color (decimal): -8899557 or 1782904. OLE color: 1782904.

HSL color Cylindrical-coordinate representation of color #78341B: hue angle of 16.13º 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 #78341B is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 52 27 -
CMYK 0 0.57 0.78 0.53
HSL 16.13º 0.63% 0.29% -
HSV(B) 16.13º 0.78% 0.47% -
XYZ 9.17 6.53 1.81 -
YUV 69.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 120 52 27 0 0.57 0.78 0.53 16.13 0.63 0.29
Hex 78 34 1B 0 39 4E 35 10 3F 1D
Octal 170 64 33 0 71 116 65 20 77 35
Binary 1111000 110100 11011 0 111001 1001110 110101 10000 111111 11101

Color Harmonies of #78341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78341B

Black with #78341B

Text Example


Text Example

White with #78341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,52,27); }

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

background-color css

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

 a { background-color: rgb(120,52,27); }

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

border-color css

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

 span { border-color: rgb(120,52,27); }

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