Html Css Color HEX #764411 Raw Umber

📋 copy color: '#764411'

red 118 ◦ green 68 ◦ blue 17

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

Shades of Raw Umber #764411

Tints of Raw Umber #764411

RGB

 RED value IS 118 (46.48% from 255) = 58.13%

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 17 (7.03% from 255) = 8.37%

R = 58.13%
G = 33.5%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764411 (or 0x764411) is known color: Raw Umber. HEX triplet: 76, 44 and 11. RGB value is (118,68,17). Sum of RGB (Red+Green+Blue) = 118+68+17=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764411 is #89BBEE. Grayscale: #4D4D4D. Windows color (decimal): -9026543 or 1131638. OLE color: 1131638.

HSL color Cylindrical-coordinate representation of color #764411: hue angle of 30.3º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #764411 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 17 -
CMYK 0 0.42 0.86 0.54
HSL 30.3º 0.75% 0.26% -
HSV(B) 30.3º 0.86% 0.46% -
XYZ 9.64 8.03 1.57 -
YUV 77.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 118 68 17 0 0.42 0.86 0.54 30.3 0.75 0.26
Hex 76 44 11 0 2A 56 36 1E 4B 1A
Octal 166 104 21 0 52 126 66 36 113 32
Binary 1110110 1000100 10001 0 101010 1010110 110110 11110 1001011 11010

Color Harmonies of #764411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764411

Black with #764411

Text Example


Text Example

White with #764411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764411; }

 p { color: rgb(118,68,17); }

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

background-color css

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

 a { background-color: rgb(118,68,17); }

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

border-color css

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

 span { border-color: rgb(118,68,17); }

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