Html Css Color HEX #775705 Raw Umber

📋 copy color: '#775705'

red 119 ◦ green 87 ◦ blue 5

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

Shades of Raw Umber #775705

Tints of Raw Umber #775705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.23%

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

R = 56.4%
G = 41.23%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#775705 (or 0x775705) is known color: Raw Umber. HEX triplet: 77, 57 and 05. RGB value is (119,87,5). Sum of RGB (Red+Green+Blue) = 119+87+5=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #775705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775705 is #88A8FA. Grayscale: #575757. Windows color (decimal): -8956155 or 350071. OLE color: 350071.

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

Color convert

RGB 119 87 5 -
CMYK 0 0.27 0.96 0.53
HSL 43.16º 0.92% 0.24% -
HSV(B) 43.16º 0.96% 0.47% -
XYZ 11.04 10.75 1.64 -
YUV 87.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 119 87 5 0 0.27 0.96 0.53 43.16 0.92 0.24
Hex 77 57 5 0 1B 60 35 2B 5C 18
Octal 167 127 5 0 33 140 65 53 134 30
Binary 1110111 1010111 101 0 11011 1100000 110101 101011 1011100 11000

Color Harmonies of #775705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775705

Black with #775705

Text Example


Text Example

White with #775705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775705; }

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

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

background-color css

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

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

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

border-color css

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

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

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