Html Css Color HEX #775502 Raw Umber

📋 copy color: '#775502'

red 119 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #775502

Tints of Raw Umber #775502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 57.77%
G = 41.26%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#775502 (or 0x775502) is known color: Raw Umber. HEX triplet: 77, 55 and 02. RGB value is (119,85,2). Sum of RGB (Red+Green+Blue) = 119+85+2=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #775502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775502 is #88AAFD. Grayscale: #565656. Windows color (decimal): -8956670 or 152951. OLE color: 152951.

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

Color convert

RGB 119 85 2 -
CMYK 0 0.29 0.98 0.53
HSL 42.56º 0.97% 0.24% -
HSV(B) 42.56º 0.98% 0.47% -
XYZ 10.87 10.42 1.5 -
YUV 85.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 119 85 2 0 0.29 0.98 0.53 42.56 0.97 0.24
Hex 77 55 2 0 1D 62 35 2B 61 18
Octal 167 125 2 0 35 142 65 53 141 30
Binary 1110111 1010101 10 0 11101 1100010 110101 101011 1100001 11000

Color Harmonies of #775502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775502

Black with #775502

Text Example


Text Example

White with #775502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775502; }

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

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

background-color css

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

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

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

border-color css

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

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

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