Html Css Color HEX #775714 Raw Umber

📋 copy color: '#775714'

red 119 ◦ green 87 ◦ blue 20

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

Shades of Raw Umber #775714

Tints of Raw Umber #775714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 52.65%
G = 38.5%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#775714 (or 0x775714) is known color: Raw Umber. HEX triplet: 77, 57 and 14. RGB value is (119,87,20). Sum of RGB (Red+Green+Blue) = 119+87+20=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #775714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775714 is #88A8EB. Grayscale: #595959. Windows color (decimal): -8956140 or 1333111. OLE color: 1333111.

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

Color convert

RGB 119 87 20 -
CMYK 0 0.27 0.83 0.53
HSL 40.61º 0.71% 0.27% -
HSV(B) 40.61º 0.83% 0.47% -
XYZ 11.14 10.79 2.16 -
YUV 88.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 119 87 20 0 0.27 0.83 0.53 40.61 0.71 0.27
Hex 77 57 14 0 1B 53 35 29 47 1B
Octal 167 127 24 0 33 123 65 51 107 33
Binary 1110111 1010111 10100 0 11011 1010011 110101 101001 1000111 11011

Color Harmonies of #775714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775714

Black with #775714

Text Example


Text Example

White with #775714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775714; }

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

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

background-color css

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

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

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

border-color css

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

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

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