#775701

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

Shades of Raw Umber #775701

Tints of Raw Umber #775701

Color information

#775701 (or 0x775701) is unknown color: approx Raw Umber. HEX triplet: 77, 57 and 01. RGB value is (119,87,1). Sum of RGB (Red+Green+Blue) = 119+87+1=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775701 is #88A8FE. Grayscale: #575757. Windows color (decimal): -8956159 or 87927. OLE color: 87927.

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

Color convert

RGB119871-
CMYK00.270.990.53
HSL43.73º98.33%23.53%-
HSV(B)43.73º99.16%46.67%-
XYZ11.0210.741.52-
YUV86.7679.6150.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=57.49%
G=42.03%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11987100.270.990.5343.7398.3323.53
Hex7757101B63352c6218
Octal1671271033143655414230
Binary1110111101011110110111100011110101101100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775701; }

 p { color: rgb(119,87,1); }

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

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

 a { background-color: rgb(119,87,1); }

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

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

 span { border-color: rgb(119,87,1); }

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