#775307

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

Shades of Raw Umber #775307

Tints of Raw Umber #775307

Color information

#775307 (or 0x775307) is unknown color: approx Raw Umber. HEX triplet: 77, 53 and 07. RGB value is (119,83,7). Sum of RGB (Red+Green+Blue) = 119+83+7=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #775307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775307 is #88ACF8. Grayscale: #555555. Windows color (decimal): -8957177 or 480119. OLE color: 480119.

HSL color Cylindrical-coordinate representation of color #775307: hue angle of 40.71º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #775307 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119837-
CMYK00.300.940.53
HSL40.71º88.89%24.71%-
HSV(B)40.71º94.12%46.67%-
XYZ10.7410.121.59-
YUV85.183.93152.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=56.94%
G=39.71%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11983700.300.940.5340.7188.8924.71
Hex7753701E5E35295919
Octal1671237036136655113131
Binary111011110100111110111101011110110101101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775307; }

 p { color: rgb(119,83,7); }

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

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

 a { background-color: rgb(119,83,7); }

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

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

 span { border-color: rgb(119,83,7); }

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