Html Css Color HEX #775905 Raw Umber

📋 copy color: '#775905'

red 119 ◦ green 89 ◦ blue 5

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

Shades of Raw Umber #775905

Tints of Raw Umber #775905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 55.87%
G = 41.78%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#775905 (or 0x775905) is known color: Raw Umber. HEX triplet: 77, 59 and 05. RGB value is (119,89,5). Sum of RGB (Red+Green+Blue) = 119+89+5=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #775905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775905 is #88A6FA. Grayscale: #585858. Windows color (decimal): -8955643 or 350583. OLE color: 350583.

HSL color Cylindrical-coordinate representation of color #775905: hue angle of 44.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #775905 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 5 -
CMYK 0 0.25 0.96 0.53
HSL 44.21º 0.92% 0.24% -
HSV(B) 44.21º 0.96% 0.47% -
XYZ 11.21 11.08 1.69 -
YUV 88.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 119 89 5 0 0.25 0.96 0.53 44.21 0.92 0.24
Hex 77 59 5 0 19 60 35 2C 5C 18
Octal 167 131 5 0 31 140 65 54 134 30
Binary 1110111 1011001 101 0 11001 1100000 110101 101100 1011100 11000

Color Harmonies of #775905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775905

Black with #775905

Text Example


Text Example

White with #775905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775905; }

 p { color: rgb(119,89,5); }

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

background-color css

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

 a { background-color: rgb(119,89,5); }

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

border-color css

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

 span { border-color: rgb(119,89,5); }

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