Html Css Color HEX #78460C Raw Umber

📋 copy color: '#78460C'

red 120 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #78460C

Tints of Raw Umber #78460C

RGB

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

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

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

R = 59.41%
G = 34.65%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78460C (or 0x78460C) is known color: Raw Umber. HEX triplet: 78, 46 and 0C. RGB value is (120,70,12). Sum of RGB (Red+Green+Blue) = 120+70+12=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78460C is #87B9F3. Grayscale: #4E4E4E. Windows color (decimal): -8894964 or 804472. OLE color: 804472.

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

Color convert

RGB 120 70 12 -
CMYK 0 0.42 0.90 0.53
HSL 32.22º 0.82% 0.26% -
HSV(B) 32.22º 0.9% 0.47% -
XYZ 10 8.4 1.44 -
YUV 78.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 120 70 12 0 0.42 0.90 0.53 32.22 0.82 0.26
Hex 78 46 C 0 2A 5A 35 20 52 1A
Octal 170 106 14 0 52 132 65 40 122 32
Binary 1111000 1000110 1100 0 101010 1011010 110101 100000 1010010 11010

Color Harmonies of #78460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78460C

Black with #78460C

Text Example


Text Example

White with #78460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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