Html Css Color HEX #775805 Raw Umber

📋 copy color: '#775805'

red 119 ◦ green 88 ◦ blue 5

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

Shades of Raw Umber #775805

Tints of Raw Umber #775805

RGB

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

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

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

R = 56.13%
G = 41.51%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#775805 (or 0x775805) is known color: Raw Umber. HEX triplet: 77, 58 and 05. RGB value is (119,88,5). Sum of RGB (Red+Green+Blue) = 119+88+5=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #775805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775805 is #88A7FA. Grayscale: #585858. Windows color (decimal): -8955899 or 350327. OLE color: 350327.

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

Color convert

RGB 119 88 5 -
CMYK 0 0.26 0.96 0.53
HSL 43.68º 0.92% 0.24% -
HSV(B) 43.68º 0.96% 0.47% -
XYZ 11.12 10.91 1.66 -
YUV 87.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 119 88 5 0 0.26 0.96 0.53 43.68 0.92 0.24
Hex 77 58 5 0 1A 60 35 2C 5C 18
Octal 167 130 5 0 32 140 65 54 134 30
Binary 1110111 1011000 101 0 11010 1100000 110101 101100 1011100 11000

Color Harmonies of #775805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775805

Black with #775805

Text Example


Text Example

White with #775805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775805; }

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

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

background-color css

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

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

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

border-color css

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

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

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