#77501D

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

Shades of Raw Umber #77501D

Tints of Raw Umber #77501D

Color information

#77501D (or 0x77501D) is unknown color: approx Raw Umber. HEX triplet: 77, 50 and 1D. RGB value is (119,80,29). Sum of RGB (Red+Green+Blue) = 119+80+29=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77501D is #88AFE2. Grayscale: #565656. Windows color (decimal): -8957923 or 1921143. OLE color: 1921143.

HSL color Cylindrical-coordinate representation of color #77501D: hue angle of 34º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77501D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1198029-
CMYK00.330.760.53
HSL34º60.81%29.02%-
HSV(B)34º75.63%46.67%-
XYZ10.79.752.48-
YUV85.8595.92151.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 29 (11.72% from 255) = 12.72%
R=52.19%
G=35.09%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119802900.330.760.533460.8129.02
Hex77501D0214C35223d1d
Octal1671203504111465427535
Binary11101111010000111010100001100110011010110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77501D; }

 p { color: rgb(119,80,29); }

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

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

 a { background-color: rgb(119,80,29); }

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

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

 span { border-color: rgb(119,80,29); }

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