Html Css Color HEX #775F00 Raw Umber

📋 copy color: '#775F00'

red 119 ◦ green 95 ◦ blue 0

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

Shades of Raw Umber #775F00

Tints of Raw Umber #775F00

RGB

 RED value IS 119 (46.88% from 255) = 55.61%

 GREEN value IS 95 (37.5% from 255) = 44.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.61%
G = 44.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775F00 (or 0x775F00) is known color: Raw Umber. HEX triplet: 77, 5F and 00. RGB value is (119,95,0). Sum of RGB (Red+Green+Blue) = 119+95+0=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #775F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775F00 is #88A0FF. Grayscale: #5B5B5B. Windows color (decimal): -8954112 or 24439. OLE color: 24439.

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

Color convert

RGB 119 95 0 -
CMYK 0 0.20 1 0.53
HSL 47.9º 1% 0.23% -
HSV(B) 47.9º 1% 0.47% -
XYZ 11.7 12.11 1.72 -
YUV 91.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 119 95 0 0 0.20 1 0.53 47.9 1 0.23
Hex 77 5F 0 0 14 64 35 30 64 17
Octal 167 137 0 0 24 144 65 60 144 27
Binary 1110111 1011111 0 0 10100 1100100 110101 110000 1100100 10111

Color Harmonies of #775F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F00

Black with #775F00

Text Example


Text Example

White with #775F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #775F00;
 }
 .AnyTagClassName
 {
   color: #775F00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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