#775714

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

Shades of Raw Umber #775714

Tints of Raw Umber #775714

Color information

#775714 (or 0x775714) is unknown color: approx Raw Umber. HEX triplet: 77, 57 and 14. RGB value is (119,87,20). Sum of RGB (Red+Green+Blue) = 119+87+20=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #775714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775714 is #88A8EB. Grayscale: #595959. Windows color (decimal): -8956140 or 1333111. OLE color: 1333111.

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

Color convert

RGB1198720-
CMYK00.270.830.53
HSL40.61º71.22%27.25%-
HSV(B)40.61º83.19%46.67%-
XYZ11.1410.792.16-
YUV88.9389.1149.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=52.65%
G=38.50%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119872000.270.830.5340.6171.2227.25
Hex77571401B533529471b
Octal16712724033123655110733
Binary11101111010111101000110111010011110101101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775714; }

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

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

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

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

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

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

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

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