Html Css Color HEX #78400F Raw Umber

📋 copy color: '#78400F'

red 120 ◦ green 64 ◦ blue 15

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

Shades of Raw Umber #78400F

Tints of Raw Umber #78400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 60.3%
G = 32.16%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78400F (or 0x78400F) is known color: Raw Umber. HEX triplet: 78, 40 and 0F. RGB value is (120,64,15). Sum of RGB (Red+Green+Blue) = 120+64+15=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78400F is #87BFF0. Grayscale: #4B4B4B. Windows color (decimal): -8896497 or 999544. OLE color: 999544.

HSL color Cylindrical-coordinate representation of color #78400F: hue angle of 28º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78400F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 15 -
CMYK 0 0.47 0.87 0.53
HSL 28º 0.78% 0.26% -
HSV(B) 28º 0.88% 0.47% -
XYZ 9.67 7.69 1.43 -
YUV 75.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 120 64 15 0 0.47 0.87 0.53 28 0.78 0.26
Hex 78 40 F 0 2F 57 35 1C 4E 1A
Octal 170 100 17 0 57 127 65 34 116 32
Binary 1111000 1000000 1111 0 101111 1010111 110101 11100 1001110 11010

Color Harmonies of #78400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78400F

Black with #78400F

Text Example


Text Example

White with #78400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78400F; }

 p { color: rgb(120,64,15); }

 H1.HeaderClassName
 {
   color: #78400F;
 }
 .AnyTagClassName
 {
   color: #78400F;
 }
</style>

background-color css

<style>
 a { background-color: #78400F; }

 a { background-color: rgb(120,64,15); }

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

border-color css

<style>
 span { border-color: #78400F; }

 span { border-color: rgb(120,64,15); }

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