Html Css Color HEX #775120 Raw Umber

📋 copy color: '#775120'

red 119 ◦ green 81 ◦ blue 32

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

Shades of Raw Umber #775120

Tints of Raw Umber #775120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 51.29%
G = 34.91%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775120 (or 0x775120) is known color: Raw Umber. HEX triplet: 77, 51 and 20. RGB value is (119,81,32). Sum of RGB (Red+Green+Blue) = 119+81+32=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #775120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775120 is #88AEDF. Grayscale: #575757. Windows color (decimal): -8957664 or 2118007. OLE color: 2118007.

HSL color Cylindrical-coordinate representation of color #775120: hue angle of 33.79º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #775120 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 32 -
CMYK 0 0.32 0.73 0.53
HSL 33.79º 0.58% 0.3% -
HSV(B) 33.79º 0.73% 0.47% -
XYZ 10.81 9.91 2.71 -
YUV 86.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 119 81 32 0 0.32 0.73 0.53 33.79 0.58 0.3
Hex 77 51 20 0 20 49 35 22 3A 1E
Octal 167 121 40 0 40 111 65 42 72 36
Binary 1110111 1010001 100000 0 100000 1001001 110101 100010 111010 11110

Color Harmonies of #775120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775120

Black with #775120

Text Example


Text Example

White with #775120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775120; }

 p { color: rgb(119,81,32); }

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

background-color css

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

 a { background-color: rgb(119,81,32); }

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

border-color css

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

 span { border-color: rgb(119,81,32); }

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