Html Css Color HEX #764811 Raw Umber

📋 copy color: '#764811'

red 118 ◦ green 72 ◦ blue 17

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

Shades of Raw Umber #764811

Tints of Raw Umber #764811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 57%
G = 34.78%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764811 (or 0x764811) is known color: Raw Umber. HEX triplet: 76, 48 and 11. RGB value is (118,72,17). Sum of RGB (Red+Green+Blue) = 118+72+17=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764811 is #89B7EE. Grayscale: #4F4F4F. Windows color (decimal): -9025519 or 1132662. OLE color: 1132662.

HSL color Cylindrical-coordinate representation of color #764811: hue angle of 32.67º 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 #764811 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 17 -
CMYK 0 0.39 0.86 0.54
HSL 32.67º 0.75% 0.26% -
HSV(B) 32.67º 0.86% 0.46% -
XYZ 9.89 8.53 1.65 -
YUV 79.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 118 72 17 0 0.39 0.86 0.54 32.67 0.75 0.26
Hex 76 48 11 0 27 56 36 21 4B 1A
Octal 166 110 21 0 47 126 66 41 113 32
Binary 1110110 1001000 10001 0 100111 1010110 110110 100001 1001011 11010

Color Harmonies of #764811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764811

Black with #764811

Text Example


Text Example

White with #764811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764811; }

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

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

background-color css

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

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

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

border-color css

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

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

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