Html Css Color HEX #786001 Raw Umber

📋 copy color: '#786001'

red 120 ◦ green 96 ◦ blue 1

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

Shades of Raw Umber #786001

Tints of Raw Umber #786001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 55.3%
G = 44.24%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#786001 (or 0x786001) is known color: Raw Umber. HEX triplet: 78, 60 and 01. RGB value is (120,96,1). Sum of RGB (Red+Green+Blue) = 120+96+1=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #786001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786001 is #879FFE. Grayscale: #5C5C5C. Windows color (decimal): -8888319 or 90232. OLE color: 90232.

HSL color Cylindrical-coordinate representation of color #786001: hue angle of 47.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #786001 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 1 -
CMYK 0 0.2 0.99 0.53
HSL 47.9º 0.98% 0.24% -
HSV(B) 47.9º 0.99% 0.47% -
XYZ 11.93 12.36 1.79 -
YUV 92.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 120 96 1 0 0.2 0.99 0.53 47.9 0.98 0.24
Hex 78 60 1 0 14 63 35 30 62 18
Octal 170 140 1 0 24 143 65 60 142 30
Binary 1111000 1100000 1 0 10100 1100011 110101 110000 1100010 11000

Color Harmonies of #786001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786001

Black with #786001

Text Example


Text Example

White with #786001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786001; }

 p { color: rgb(120,96,1); }

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

background-color css

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

 a { background-color: rgb(120,96,1); }

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

border-color css

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

 span { border-color: rgb(120,96,1); }

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