#775102

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

Shades of Raw Umber #775102

Tints of Raw Umber #775102

Color information

#775102 (or 0x775102) is unknown color: approx Raw Umber. HEX triplet: 77, 51 and 02. RGB value is (119,81,2). Sum of RGB (Red+Green+Blue) = 119+81+2=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #775102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775102 is #88AEFD. Grayscale: #535353. Windows color (decimal): -8957694 or 151927. OLE color: 151927.

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

Color convert

RGB119812-
CMYK00.320.980.53
HSL40.51º96.69%23.73%-
HSV(B)40.51º98.32%46.67%-
XYZ10.569.811.39-
YUV83.3682.09153.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=58.91%
G=40.10%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11981200.320.980.5340.5196.6923.73
Hex775120206235296118
Octal1671212040142655114130
Binary111011110100011001000001100010110101101001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775102; }

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

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

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

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

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

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

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

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