Html Css Color HEX #775510 Raw Umber

📋 copy color: '#775510'

red 119 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #775510

Tints of Raw Umber #775510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 54.09%
G = 38.64%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#775510 (or 0x775510) is known color: Raw Umber. HEX triplet: 77, 55 and 10. RGB value is (119,85,16). Sum of RGB (Red+Green+Blue) = 119+85+16=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #775510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775510 is #88AAEF. Grayscale: #575757. Windows color (decimal): -8956656 or 1070455. OLE color: 1070455.

HSL color Cylindrical-coordinate representation of color #775510: hue angle of 40.19º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #775510 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 16 -
CMYK 0 0.29 0.87 0.53
HSL 40.19º 0.76% 0.26% -
HSV(B) 40.19º 0.87% 0.47% -
XYZ 10.95 10.46 1.93 -
YUV 87.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 119 85 16 0 0.29 0.87 0.53 40.19 0.76 0.26
Hex 77 55 10 0 1D 57 35 28 4C 1A
Octal 167 125 20 0 35 127 65 50 114 32
Binary 1110111 1010101 10000 0 11101 1010111 110101 101000 1001100 11010

Color Harmonies of #775510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775510

Black with #775510

Text Example


Text Example

White with #775510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775510; }

 p { color: rgb(119,85,16); }

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

background-color css

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

 a { background-color: rgb(119,85,16); }

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

border-color css

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

 span { border-color: rgb(119,85,16); }

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