#775111

Color #775111 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #775111

Tints of Raw Umber #775111

Color information

#775111 (or 0x775111) is unknown color: approx Raw Umber. HEX triplet: 77, 51 and 11. RGB value is (119,81,17). Sum of RGB (Red+Green+Blue) = 119+81+17=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #775111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775111 is #88AEEE. Grayscale: #555555. Windows color (decimal): -8957679 or 1134967. OLE color: 1134967.

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

Color convert

RGB1198117-
CMYK00.320.860.53
HSL37.65º75%26.67%-
HSV(B)37.65º85.71%46.67%-
XYZ10.659.851.87-
YUV85.0789.59152.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=54.84%
G=37.33%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119811700.320.860.5337.657526.67
Hex7751110205635264b1b
Octal16712121040126654611333
Binary111011110100011000101000001010110110101100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775111; }

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

 H1.HeaderClassName
 {
   color: #775111;
 }
 .AnyTagClassName
 {
   color: #775111;
 }
</style>
background-color css

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

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

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

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

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

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