Html Css Color HEX #76460C Raw Umber

📋 copy color: '#76460C'

red 118 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #76460C

Tints of Raw Umber #76460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6%

R = 59%
G = 35%
B = 6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76460C (or 0x76460C) is known color: Raw Umber. HEX triplet: 76, 46 and 0C. RGB value is (118,70,12). Sum of RGB (Red+Green+Blue) = 118+70+12=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76460C is #89B9F3. Grayscale: #4E4E4E. Windows color (decimal): -9026036 or 804470. OLE color: 804470.

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

Color convert

RGB 118 70 12 -
CMYK 0 0.41 0.90 0.54
HSL 32.83º 0.82% 0.25% -
HSV(B) 32.83º 0.9% 0.46% -
XYZ 9.73 8.26 1.43 -
YUV 77.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 118 70 12 0 0.41 0.90 0.54 32.83 0.82 0.25
Hex 76 46 C 0 29 5A 36 21 52 19
Octal 166 106 14 0 51 132 66 41 122 31
Binary 1110110 1000110 1100 0 101001 1011010 110110 100001 1010010 11001

Color Harmonies of #76460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76460C

Black with #76460C

Text Example


Text Example

White with #76460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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