#775503

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

Shades of Raw Umber #775503

Tints of Raw Umber #775503

Color information

#775503 (or 0x775503) is unknown color: approx Raw Umber. HEX triplet: 77, 55 and 03. RGB value is (119,85,3). Sum of RGB (Red+Green+Blue) = 119+85+3=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775503 is #88AAFC. Grayscale: #565656. Windows color (decimal): -8956669 or 218487. OLE color: 218487.

HSL color Cylindrical-coordinate representation of color #775503: hue angle of 42.41º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #775503 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119853-
CMYK00.290.970.53
HSL42.41º95.08%23.92%-
HSV(B)42.41º97.48%46.67%-
XYZ10.8710.431.53-
YUV85.8281.26151.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 3 (1.56% from 255) = 1.45%
R=57.49%
G=41.06%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11985300.290.970.5342.4195.0823.92
Hex7755301D61352a5f18
Octal1671253035141655213730
Binary11101111010101110111011100001110101101010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775503; }

 p { color: rgb(119,85,3); }

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

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

 a { background-color: rgb(119,85,3); }

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

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

 span { border-color: rgb(119,85,3); }

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