Html Css Color HEX #775E03 Raw Umber

📋 copy color: '#775E03'

red 119 ◦ green 94 ◦ blue 3

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

Shades of Raw Umber #775E03

Tints of Raw Umber #775E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.52%

 BLUE value IS 3 (1.56% from 255) = 1.39%

R = 55.09%
G = 43.52%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#775E03 (or 0x775E03) is known color: Raw Umber. HEX triplet: 77, 5E and 03. RGB value is (119,94,3). Sum of RGB (Red+Green+Blue) = 119+94+3=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #775E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E03 is #88A1FC. Grayscale: #5B5B5B. Windows color (decimal): -8954365 or 220791. OLE color: 220791.

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

Color convert

RGB 119 94 3 -
CMYK 0 0.21 0.97 0.53
HSL 47.07º 0.95% 0.24% -
HSV(B) 47.07º 0.97% 0.47% -
XYZ 11.63 11.93 1.78 -
YUV 91.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 119 94 3 0 0.21 0.97 0.53 47.07 0.95 0.24
Hex 77 5E 3 0 15 61 35 2F 5F 18
Octal 167 136 3 0 25 141 65 57 137 30
Binary 1110111 1011110 11 0 10101 1100001 110101 101111 1011111 11000

Color Harmonies of #775E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E03

Black with #775E03

Text Example


Text Example

White with #775E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,3); }

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

background-color css

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

 a { background-color: rgb(119,94,3); }

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

border-color css

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

 span { border-color: rgb(119,94,3); }

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