Html Css Color HEX #775804 Raw Umber

📋 copy color: '#775804'

red 119 ◦ green 88 ◦ blue 4

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

Shades of Raw Umber #775804

Tints of Raw Umber #775804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 56.4%
G = 41.71%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#775804 (or 0x775804) is known color: Raw Umber. HEX triplet: 77, 58 and 04. RGB value is (119,88,4). Sum of RGB (Red+Green+Blue) = 119+88+4=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #775804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775804 is #88A7FB. Grayscale: #585858. Windows color (decimal): -8955900 or 284791. OLE color: 284791.

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

Color convert

RGB 119 88 4 -
CMYK 0 0.26 0.97 0.53
HSL 43.83º 0.93% 0.24% -
HSV(B) 43.83º 0.97% 0.47% -
XYZ 11.12 10.91 1.63 -
YUV 87.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 119 88 4 0 0.26 0.97 0.53 43.83 0.93 0.24
Hex 77 58 4 0 1A 61 35 2C 5D 18
Octal 167 130 4 0 32 141 65 54 135 30
Binary 1110111 1011000 100 0 11010 1100001 110101 101100 1011101 11000

Color Harmonies of #775804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775804

Black with #775804

Text Example


Text Example

White with #775804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775804; }

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

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

background-color css

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

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

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

border-color css

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

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

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