#775A10

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

Shades of Raw Umber #775A10

Tints of Raw Umber #775A10

Color information

#775A10 (or 0x775A10) is unknown color: approx Raw Umber. HEX triplet: 77, 5A and 10. RGB value is (119,90,16). Sum of RGB (Red+Green+Blue) = 119+90+16=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #775A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775A10 is #88A5EF. Grayscale: #5A5A5A. Windows color (decimal): -8955376 or 1071735. OLE color: 1071735.

HSL color Cylindrical-coordinate representation of color #775A10: hue angle of 43.11º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #775A10 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1199016-
CMYK00.240.870.53
HSL43.11º76.3%26.47%-
HSV(B)43.11º86.55%46.67%-
XYZ11.3611.272.07-
YUV90.2486.11148.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=52.89%
G=40%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119901600.240.870.5343.1176.326.47
Hex775A1001857352b4c1a
Octal16713220030127655311432
Binary11101111011010100000110001010111110101101011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A10; }

 p { color: rgb(119,90,16); }

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

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

 a { background-color: rgb(119,90,16); }

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

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

 span { border-color: rgb(119,90,16); }

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