Html Css Color HEX #774512 Raw Umber

📋 copy color: '#774512'

red 119 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #774512

Tints of Raw Umber #774512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 57.77%
G = 33.5%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#774512 (or 0x774512) is known color: Raw Umber. HEX triplet: 77, 45 and 12. RGB value is (119,69,18). Sum of RGB (Red+Green+Blue) = 119+69+18=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #774512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774512 is #88BAED. Grayscale: #4E4E4E. Windows color (decimal): -8960750 or 1197431. OLE color: 1197431.

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

Color convert

RGB 119 69 18 -
CMYK 0 0.42 0.85 0.53
HSL 30.3º 0.74% 0.27% -
HSV(B) 30.3º 0.85% 0.47% -
XYZ 9.85 8.22 1.64 -
YUV 78.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 119 69 18 0 0.42 0.85 0.53 30.3 0.74 0.27
Hex 77 45 12 0 2A 55 35 1E 4A 1B
Octal 167 105 22 0 52 125 65 36 112 33
Binary 1110111 1000101 10010 0 101010 1010101 110101 11110 1001010 11011

Color Harmonies of #774512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774512

Black with #774512

Text Example


Text Example

White with #774512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774512; }

 p { color: rgb(119,69,18); }

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

background-color css

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

 a { background-color: rgb(119,69,18); }

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

border-color css

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

 span { border-color: rgb(119,69,18); }

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