#775C00

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

Shades of Raw Umber #775C00

Tints of Raw Umber #775C00

Color information

#775C00 (or 0x775C00) is unknown color: approx Raw Umber. HEX triplet: 77, 5C and 00. RGB value is (119,92,0). Sum of RGB (Red+Green+Blue) = 119+92+0=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #775C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C00 is #88A3FF. Grayscale: #595959. Windows color (decimal): -8954880 or 23671. OLE color: 23671.

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

Color convert

RGB119920-
CMYK00.2310.53
HSL46.39º100%23.33%-
HSV(B)46.39º100%46.67%-
XYZ11.4311.581.63-
YUV89.5877.45148.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.40%
G=43.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11992000.2310.5346.3910023.33
Hex775C001764352e6417
Octal1671340027144655614427
Binary1110111101110000101111100100110101101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C00; }

 p { color: rgb(119,92,0); }

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

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

 a { background-color: rgb(119,92,0); }

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

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

 span { border-color: rgb(119,92,0); }

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