Html Css Color HEX #78340C Peru Tan

📋 copy color: '#78340C'

red 120 ◦ green 52 ◦ blue 12

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

Shades of Peru Tan #78340C

Tints of Peru Tan #78340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 65.22%
G = 28.26%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78340C (or 0x78340C) is known color: Peru Tan. HEX triplet: 78, 34 and 0C. RGB value is (120,52,12). Sum of RGB (Red+Green+Blue) = 120+52+12=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78340C is #87CBF3. Grayscale: #444444. Windows color (decimal): -8899572 or 799864. OLE color: 799864.

HSL color Cylindrical-coordinate representation of color #78340C: hue angle of 22.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78340C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 52 12 -
CMYK 0 0.57 0.90 0.53
HSL 22.22º 0.82% 0.26% -
HSV(B) 22.22º 0.9% 0.47% -
XYZ 9.04 6.48 1.12 -
YUV 67.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 120 52 12 0 0.57 0.90 0.53 22.22 0.82 0.26
Hex 78 34 C 0 39 5A 35 16 52 1A
Octal 170 64 14 0 71 132 65 26 122 32
Binary 1111000 110100 1100 0 111001 1011010 110101 10110 1010010 11010

Color Harmonies of #78340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78340C

Black with #78340C

Text Example


Text Example

White with #78340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78340C; }

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

 H1.HeaderClassName
 {
   color: #78340C;
 }
 .AnyTagClassName
 {
   color: #78340C;
 }
</style>

background-color css

<style>
 a { background-color: #78340C; }

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

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

border-color css

<style>
 span { border-color: #78340C; }

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

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