Html Css Color HEX #76460B Raw Umber

📋 copy color: '#76460B'

red 118 ◦ green 70 ◦ blue 11

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

Shades of Raw Umber #76460B

Tints of Raw Umber #76460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 59.3%
G = 35.18%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76460B (or 0x76460B) is known color: Raw Umber. HEX triplet: 76, 46 and 0B. RGB value is (118,70,11). Sum of RGB (Red+Green+Blue) = 118+70+11=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76460B is #89B9F4. Grayscale: #4D4D4D. Windows color (decimal): -9026037 or 738934. OLE color: 738934.

HSL color Cylindrical-coordinate representation of color #76460B: hue angle of 33.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76460B is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 11 -
CMYK 0 0.41 0.91 0.54
HSL 33.08º 0.83% 0.25% -
HSV(B) 33.08º 0.91% 0.46% -
XYZ 9.72 8.26 1.4 -
YUV 77.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 118 70 11 0 0.41 0.91 0.54 33.08 0.83 0.25
Hex 76 46 B 0 29 5B 36 21 53 19
Octal 166 106 13 0 51 133 66 41 123 31
Binary 1110110 1000110 1011 0 101001 1011011 110110 100001 1010011 11001

Color Harmonies of #76460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76460B

Black with #76460B

Text Example


Text Example

White with #76460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76460B; }

 p { color: rgb(118,70,11); }

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

background-color css

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

 a { background-color: rgb(118,70,11); }

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

border-color css

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

 span { border-color: rgb(118,70,11); }

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