Html Css Color HEX #785001 Raw Umber

📋 copy color: '#785001'

red 120 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #785001

Tints of Raw Umber #785001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 59.7%
G = 39.8%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#785001 (or 0x785001) is known color: Raw Umber. HEX triplet: 78, 50 and 01. RGB value is (120,80,1). Sum of RGB (Red+Green+Blue) = 120+80+1=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #785001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785001 is #87AFFE. Grayscale: #535353. Windows color (decimal): -8892415 or 86136. OLE color: 86136.

HSL color Cylindrical-coordinate representation of color #785001: hue angle of 39.83º 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 #785001 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 1 -
CMYK 0 0.33 0.99 0.53
HSL 39.83º 0.98% 0.24% -
HSV(B) 39.83º 0.99% 0.47% -
XYZ 10.62 9.73 1.35 -
YUV 82.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 120 80 1 0 0.33 0.99 0.53 39.83 0.98 0.24
Hex 78 50 1 0 21 63 35 28 62 18
Octal 170 120 1 0 41 143 65 50 142 30
Binary 1111000 1010000 1 0 100001 1100011 110101 101000 1100010 11000

Color Harmonies of #785001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785001

Black with #785001

Text Example


Text Example

White with #785001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785001; }

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

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

background-color css

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

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

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

border-color css

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

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

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