Html Css Color HEX #775100 Raw Umber

📋 copy color: '#775100'

red 119 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #775100

Tints of Raw Umber #775100

RGB

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

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

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

R = 59.5%
G = 40.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775100 (or 0x775100) is known color: Raw Umber. HEX triplet: 77, 51 and 00. RGB value is (119,81,0). Sum of RGB (Red+Green+Blue) = 119+81+0=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #775100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775100 is #88AEFF. Grayscale: #535353. Windows color (decimal): -8957696 or 20855. OLE color: 20855.

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

Color convert

RGB 119 81 0 -
CMYK 0 0.32 1 0.53
HSL 40.84º 1% 0.23% -
HSV(B) 40.84º 1% 0.47% -
XYZ 10.55 9.81 1.34 -
YUV 83.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 119 81 0 0 0.32 1 0.53 40.84 1 0.23
Hex 77 51 0 0 20 64 35 29 64 17
Octal 167 121 0 0 40 144 65 51 144 27
Binary 1110111 1010001 0 0 100000 1100100 110101 101001 1100100 10111

Color Harmonies of #775100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775100

Black with #775100

Text Example


Text Example

White with #775100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775100; }

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

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

background-color css

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

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

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

border-color css

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

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

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