Html Css Color HEX #775713 Raw Umber

📋 copy color: '#775713'

red 119 ◦ green 87 ◦ blue 19

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

Shades of Raw Umber #775713

Tints of Raw Umber #775713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 52.89%
G = 38.67%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#775713 (or 0x775713) is known color: Raw Umber. HEX triplet: 77, 57 and 13. RGB value is (119,87,19). Sum of RGB (Red+Green+Blue) = 119+87+19=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #775713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775713 is #88A8EC. Grayscale: #595959. Windows color (decimal): -8956141 or 1267575. OLE color: 1267575.

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

Color convert

RGB 119 87 19 -
CMYK 0 0.27 0.84 0.53
HSL 40.8º 0.72% 0.27% -
HSV(B) 40.8º 0.84% 0.47% -
XYZ 11.13 10.79 2.11 -
YUV 88.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 119 87 19 0 0.27 0.84 0.53 40.8 0.72 0.27
Hex 77 57 13 0 1B 54 35 29 48 1B
Octal 167 127 23 0 33 124 65 51 110 33
Binary 1110111 1010111 10011 0 11011 1010100 110101 101001 1001000 11011

Color Harmonies of #775713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775713

Black with #775713

Text Example


Text Example

White with #775713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775713; }

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

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

background-color css

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

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

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

border-color css

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

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

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