Html Css Color HEX #774510 Raw Umber

📋 copy color: '#774510'

red 119 ◦ green 69 ◦ blue 16

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

Shades of Raw Umber #774510

Tints of Raw Umber #774510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.84%

R = 58.33%
G = 33.82%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#774510 (or 0x774510) is known color: Raw Umber. HEX triplet: 77, 45 and 10. RGB value is (119,69,16). Sum of RGB (Red+Green+Blue) = 119+69+16=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #774510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774510 is #88BAEF. Grayscale: #4E4E4E. Windows color (decimal): -8960752 or 1066359. OLE color: 1066359.

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

Color convert

RGB 119 69 16 -
CMYK 0 0.42 0.87 0.53
HSL 30.87º 0.76% 0.26% -
HSV(B) 30.87º 0.87% 0.47% -
XYZ 9.83 8.22 1.56 -
YUV 77.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 119 69 16 0 0.42 0.87 0.53 30.87 0.76 0.26
Hex 77 45 10 0 2A 57 35 1F 4C 1A
Octal 167 105 20 0 52 127 65 37 114 32
Binary 1110111 1000101 10000 0 101010 1010111 110101 11111 1001100 11010

Color Harmonies of #774510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774510

Black with #774510

Text Example


Text Example

White with #774510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774510; }

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

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

background-color css

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

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

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

border-color css

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

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

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