Html Css Color HEX #775304 Raw Umber

📋 copy color: '#775304'

red 119 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #775304

Tints of Raw Umber #775304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 57.77%
G = 40.29%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#775304 (or 0x775304) is known color: Raw Umber. HEX triplet: 77, 53 and 04. RGB value is (119,83,4). Sum of RGB (Red+Green+Blue) = 119+83+4=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #775304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775304 is #88ACFB. Grayscale: #555555. Windows color (decimal): -8957180 or 283511. OLE color: 283511.

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

Color convert

RGB 119 83 4 -
CMYK 0 0.30 0.97 0.53
HSL 41.22º 0.93% 0.24% -
HSV(B) 41.22º 0.97% 0.47% -
XYZ 10.72 10.12 1.5 -
YUV 84.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 119 83 4 0 0.30 0.97 0.53 41.22 0.93 0.24
Hex 77 53 4 0 1E 61 35 29 5D 18
Octal 167 123 4 0 36 141 65 51 135 30
Binary 1110111 1010011 100 0 11110 1100001 110101 101001 1011101 11000

Color Harmonies of #775304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775304

Black with #775304

Text Example


Text Example

White with #775304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775304; }

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

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

background-color css

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

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

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

border-color css

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

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

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