Html Css Color HEX #775B00 Raw Umber

📋 copy color: '#775B00'

red 119 ◦ green 91 ◦ blue 0

#775B00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #775B00

Tints of Raw Umber #775B00

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 value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775B00 (or 0x775B00) is known color: 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

RGB 119 91 0 -
CMYK 0 0.24 1 0.53
HSL 45.88º 1% 0.23% -
HSV(B) 45.88º 1% 0.47% -
XYZ 11.35 11.4 1.6 -
YUV 89 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 119 91 0 0 0.24 1 0.53 45.88 1 0.23
Hex 77 5B 0 0 18 64 35 2E 64 17
Octal 167 133 0 0 30 144 65 56 144 27
Binary 1110111 1011011 0 0 11000 1100100 110101 101110 1100100 10111

Color Harmonies of #775B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B00

Black with #775B00

Text Example


Text Example

White with #775B00

Text Example


Text Example

HTML Codes & Css Web 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>