Html Css Color HEX #785A00 Raw Umber

📋 copy color: '#785A00'

red 120 ◦ green 90 ◦ blue 0

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

Shades of Raw Umber #785A00

Tints of Raw Umber #785A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.86%

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

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#785A00 (or 0x785A00) is known color: Raw Umber. HEX triplet: 78, 5A and 00. RGB value is (120,90,0). Sum of RGB (Red+Green+Blue) = 120+90+0=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #785A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785A00 is #87A5FF. Grayscale: #595959. Windows color (decimal): -8889856 or 23160. OLE color: 23160.

HSL color Cylindrical-coordinate representation of color #785A00: hue angle of 45º 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 #785A00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 0 -
CMYK 0 0.25 1 0.53
HSL 45º 1% 0.24% -
HSV(B) 45º 1% 0.47% -
XYZ 11.4 11.31 1.58 -
YUV 88.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 120 90 0 0 0.25 1 0.53 45 1 0.24
Hex 78 5A 0 0 19 64 35 2D 64 18
Octal 170 132 0 0 31 144 65 55 144 30
Binary 1111000 1011010 0 0 11001 1100100 110101 101101 1100100 11000

Color Harmonies of #785A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A00

Black with #785A00

Text Example


Text Example

White with #785A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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