Html Css Color HEX #78380A Peru Tan

📋 copy color: '#78380A'

red 120 ◦ green 56 ◦ blue 10

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

Shades of Peru Tan #78380A

Tints of Peru Tan #78380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 10 (4.3% from 255) = 5.38%

R = 64.52%
G = 30.11%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#78380A (or 0x78380A) is known color: Peru Tan. HEX triplet: 78, 38 and 0A. RGB value is (120,56,10). Sum of RGB (Red+Green+Blue) = 120+56+10=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78380A is #87C7F5. Grayscale: #464646. Windows color (decimal): -8898550 or 669816. OLE color: 669816.

HSL color Cylindrical-coordinate representation of color #78380A: hue angle of 25.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78380A is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 56 10 -
CMYK 0 0.53 0.92 0.53
HSL 25.09º 0.85% 0.25% -
HSV(B) 25.09º 0.92% 0.47% -
XYZ 9.21 6.84 1.12 -
YUV 69.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 120 56 10 0 0.53 0.92 0.53 25.09 0.85 0.25
Hex 78 38 A 0 35 5C 35 19 55 19
Octal 170 70 12 0 65 134 65 31 125 31
Binary 1111000 111000 1010 0 110101 1011100 110101 11001 1010101 11001

Color Harmonies of #78380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78380A

Black with #78380A

Text Example


Text Example

White with #78380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78380A; }

 p { color: rgb(120,56,10); }

 H1.HeaderClassName
 {
   color: #78380A;
 }
 .AnyTagClassName
 {
   color: #78380A;
 }
</style>

background-color css

<style>
 a { background-color: #78380A; }

 a { background-color: rgb(120,56,10); }

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

border-color css

<style>
 span { border-color: #78380A; }

 span { border-color: rgb(120,56,10); }

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