Html Css Color HEX #775200 Raw Umber

📋 copy color: '#775200'

red 119 ◦ green 82 ◦ blue 0

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

Shades of Raw Umber #775200

Tints of Raw Umber #775200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 59.2%
G = 40.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775200 (or 0x775200) is known color: Raw Umber. HEX triplet: 77, 52 and 00. RGB value is (119,82,0). Sum of RGB (Red+Green+Blue) = 119+82+0=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #775200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775200 is #88ADFF. Grayscale: #545454. Windows color (decimal): -8957440 or 21111. OLE color: 21111.

HSL color Cylindrical-coordinate representation of color #775200: hue angle of 41.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #775200 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 0 -
CMYK 0 0.31 1 0.53
HSL 41.34º 1% 0.23% -
HSV(B) 41.34º 1% 0.47% -
XYZ 10.63 9.96 1.36 -
YUV 83.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 119 82 0 0 0.31 1 0.53 41.34 1 0.23
Hex 77 52 0 0 1F 64 35 29 64 17
Octal 167 122 0 0 37 144 65 51 144 27
Binary 1110111 1010010 0 0 11111 1100100 110101 101001 1100100 10111

Color Harmonies of #775200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775200

Black with #775200

Text Example


Text Example

White with #775200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775200; }

 p { color: rgb(119,82,0); }

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

background-color css

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

 a { background-color: rgb(119,82,0); }

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

border-color css

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

 span { border-color: rgb(119,82,0); }

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