Html Css Color HEX #775501 Raw Umber

📋 copy color: '#775501'

red 119 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #775501

Tints of Raw Umber #775501

RGB

 RED value IS 119 (46.88% from 255) = 58.05%

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

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

R = 58.05%
G = 41.46%
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

#775501 (or 0x775501) is known color: Raw Umber. HEX triplet: 77, 55 and 01. RGB value is (119,85,1). Sum of RGB (Red+Green+Blue) = 119+85+1=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #775501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775501 is #88AAFE. Grayscale: #555555. Windows color (decimal): -8956671 or 87415. OLE color: 87415.

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

Color convert

RGB 119 85 1 -
CMYK 0 0.29 0.99 0.53
HSL 42.71º 0.98% 0.24% -
HSV(B) 42.71º 0.99% 0.47% -
XYZ 10.86 10.42 1.47 -
YUV 85.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 119 85 1 0 0.29 0.99 0.53 42.71 0.98 0.24
Hex 77 55 1 0 1D 63 35 2B 62 18
Octal 167 125 1 0 35 143 65 53 142 30
Binary 1110111 1010101 1 0 11101 1100011 110101 101011 1100010 11000

Color Harmonies of #775501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775501

Black with #775501

Text Example


Text Example

White with #775501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775501; }

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

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

background-color css

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

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

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

border-color css

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

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

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