Html Css Color HEX #775014 Raw Umber

📋 copy color: '#775014'

red 119 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #775014

Tints of Raw Umber #775014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 54.34%
G = 36.53%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#775014 (or 0x775014) is known color: Raw Umber. HEX triplet: 77, 50 and 14. RGB value is (119,80,20). Sum of RGB (Red+Green+Blue) = 119+80+20=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #775014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775014 is #88AFEB. Grayscale: #555555. Windows color (decimal): -8957932 or 1331319. OLE color: 1331319.

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

Color convert

RGB 119 80 20 -
CMYK 0 0.33 0.83 0.53
HSL 36.36º 0.71% 0.27% -
HSV(B) 36.36º 0.83% 0.47% -
XYZ 10.6 9.71 1.98 -
YUV 84.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 119 80 20 0 0.33 0.83 0.53 36.36 0.71 0.27
Hex 77 50 14 0 21 53 35 24 47 1B
Octal 167 120 24 0 41 123 65 44 107 33
Binary 1110111 1010000 10100 0 100001 1010011 110101 100100 1000111 11011

Color Harmonies of #775014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775014

Black with #775014

Text Example


Text Example

White with #775014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775014; }

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

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

background-color css

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

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

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

border-color css

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

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

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