#775800

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

Shades of Raw Umber #775800

Tints of Raw Umber #775800

Color information

#775800 (or 0x775800) is unknown color: approx Raw Umber. HEX triplet: 77, 58 and 00. RGB value is (119,88,0). Sum of RGB (Red+Green+Blue) = 119+88+0=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775800 is #88A7FF. Grayscale: #575757. Windows color (decimal): -8955904 or 22647. OLE color: 22647.

HSL color Cylindrical-coordinate representation of color #775800: hue angle of 44.37º 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 #775800 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119880-
CMYK00.2610.53
HSL44.37º100%23.33%-
HSV(B)44.37º100%46.67%-
XYZ11.110.91.52-
YUV87.2478.77150.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.49%
G=42.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11988000.2610.5344.3710023.33
Hex7758001A64352c6417
Octal1671300032144655414427
Binary1110111101100000110101100100110101101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775800; }

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

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

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

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

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

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

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

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