Html Css Color HEX #775115 Raw Umber

📋 copy color: '#775115'

red 119 ◦ green 81 ◦ blue 21

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

Shades of Raw Umber #775115

Tints of Raw Umber #775115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 53.85%
G = 36.65%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775115 (or 0x775115) is known color: Raw Umber. HEX triplet: 77, 51 and 15. RGB value is (119,81,21). Sum of RGB (Red+Green+Blue) = 119+81+21=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #775115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775115 is #88AEEA. Grayscale: #555555. Windows color (decimal): -8957675 or 1397111. OLE color: 1397111.

HSL color Cylindrical-coordinate representation of color #775115: hue angle of 36.73º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #775115 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 21 -
CMYK 0 0.32 0.82 0.53
HSL 36.73º 0.7% 0.27% -
HSV(B) 36.73º 0.82% 0.47% -
XYZ 10.69 9.86 2.05 -
YUV 85.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 119 81 21 0 0.32 0.82 0.53 36.73 0.7 0.27
Hex 77 51 15 0 20 52 35 25 46 1B
Octal 167 121 25 0 40 122 65 45 106 33
Binary 1110111 1010001 10101 0 100000 1010010 110101 100101 1000110 11011

Color Harmonies of #775115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775115

Black with #775115

Text Example


Text Example

White with #775115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775115; }

 p { color: rgb(119,81,21); }

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

background-color css

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

 a { background-color: rgb(119,81,21); }

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

border-color css

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

 span { border-color: rgb(119,81,21); }

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