Html Css Color HEX #78460A Raw Umber

📋 copy color: '#78460A'

red 120 ◦ green 70 ◦ blue 10

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

Shades of Raw Umber #78460A

Tints of Raw Umber #78460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

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

R = 60%
G = 35%
B = 5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#78460A (or 0x78460A) is known color: Raw Umber. HEX triplet: 78, 46 and 0A. RGB value is (120,70,10). Sum of RGB (Red+Green+Blue) = 120+70+10=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78460A is #87B9F5. Grayscale: #4E4E4E. Windows color (decimal): -8894966 or 673400. OLE color: 673400.

HSL color Cylindrical-coordinate representation of color #78460A: hue angle of 32.73º 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 #78460A is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 70 10 -
CMYK 0 0.42 0.92 0.53
HSL 32.73º 0.85% 0.25% -
HSV(B) 32.73º 0.92% 0.47% -
XYZ 9.99 8.4 1.38 -
YUV 78.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 120 70 10 0 0.42 0.92 0.53 32.73 0.85 0.25
Hex 78 46 A 0 2A 5C 35 21 55 19
Octal 170 106 12 0 52 134 65 41 125 31
Binary 1111000 1000110 1010 0 101010 1011100 110101 100001 1010101 11001

Color Harmonies of #78460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78460A

Black with #78460A

Text Example


Text Example

White with #78460A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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