Html Css Color HEX #786000 Raw Umber

📋 copy color: '#786000'

red 120 ◦ green 96 ◦ blue 0

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

Shades of Raw Umber #786000

Tints of Raw Umber #786000

RGB

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

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

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

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#786000 (or 0x786000) is known color: Raw Umber. HEX triplet: 78, 60 and 00. RGB value is (120,96,0). Sum of RGB (Red+Green+Blue) = 120+96+0=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #786000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786000 is #879FFF. Grayscale: #5C5C5C. Windows color (decimal): -8888320 or 24696. OLE color: 24696.

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

Color convert

RGB 120 96 0 -
CMYK 0 0.2 1 0.53
HSL 48º 1% 0.24% -
HSV(B) 48º 1% 0.47% -
XYZ 11.93 12.36 1.76 -
YUV 92.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 120 96 0 0 0.2 1 0.53 48 1 0.24
Hex 78 60 0 0 14 64 35 30 64 18
Octal 170 140 0 0 24 144 65 60 144 30
Binary 1111000 1100000 0 0 10100 1100100 110101 110000 1100100 11000

Color Harmonies of #786000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786000

Black with #786000

Text Example


Text Example

White with #786000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786000; }

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

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

background-color css

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

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

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

border-color css

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

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

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