#775B00

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

Shades of Raw Umber #775B00

Tints of Raw Umber #775B00

Color information

#775B00 (or 0x775B00) is unknown color: approx Raw Umber. HEX triplet: 77, 5B and 00. RGB value is (119,91,0). Sum of RGB (Red+Green+Blue) = 119+91+0=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #775B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775B00 is #88A4FF. Grayscale: #595959. Windows color (decimal): -8955136 or 23415. OLE color: 23415.

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

Color convert

RGB119910-
CMYK00.2410.53
HSL45.88º100%23.33%-
HSV(B)45.88º100%46.67%-
XYZ11.3511.41.6-
YUV8977.78149.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.67%
G=43.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11991000.2410.5345.8810023.33
Hex775B001864352e6417
Octal1671330030144655614427
Binary1110111101101100110001100100110101101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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