Html Css Color HEX #785501 Raw Umber

📋 copy color: '#785501'

red 120 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #785501

Tints of Raw Umber #785501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

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

R = 58.25%
G = 41.26%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#785501 (or 0x785501) is known color: Raw Umber. HEX triplet: 78, 55 and 01. RGB value is (120,85,1). Sum of RGB (Red+Green+Blue) = 120+85+1=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #785501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785501 is #87AAFE. Grayscale: #565656. Windows color (decimal): -8891135 or 87416. OLE color: 87416.

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

Color convert

RGB 120 85 1 -
CMYK 0 0.29 0.99 0.53
HSL 42.35º 0.98% 0.24% -
HSV(B) 42.35º 0.99% 0.47% -
XYZ 11 10.49 1.47 -
YUV 85.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 120 85 1 0 0.29 0.99 0.53 42.35 0.98 0.24
Hex 78 55 1 0 1D 63 35 2A 62 18
Octal 170 125 1 0 35 143 65 52 142 30
Binary 1111000 1010101 1 0 11101 1100011 110101 101010 1100010 11000

Color Harmonies of #785501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785501

Black with #785501

Text Example


Text Example

White with #785501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785501; }

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

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

background-color css

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

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

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

border-color css

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

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

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