Html Css Color HEX #785000 Raw Umber

📋 copy color: '#785000'

red 120 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #785000

Tints of Raw Umber #785000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#785000 (or 0x785000) is known color: Raw Umber. HEX triplet: 78, 50 and 00. RGB value is (120,80,0). Sum of RGB (Red+Green+Blue) = 120+80+0=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #785000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785000 is #87AFFF. Grayscale: #535353. Windows color (decimal): -8892416 or 20600. OLE color: 20600.

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

Color convert

RGB 120 80 0 -
CMYK 0 0.33 1 0.53
HSL 40º 1% 0.24% -
HSV(B) 40º 1% 0.47% -
XYZ 10.61 9.73 1.32 -
YUV 82.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 120 80 0 0 0.33 1 0.53 40 1 0.24
Hex 78 50 0 0 21 64 35 28 64 18
Octal 170 120 0 0 41 144 65 50 144 30
Binary 1111000 1010000 0 0 100001 1100100 110101 101000 1100100 11000

Color Harmonies of #785000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785000

Black with #785000

Text Example


Text Example

White with #785000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785000; }

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

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

background-color css

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

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

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

border-color css

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

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

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