Html Css Color HEX #76460A Raw Umber

📋 copy color: '#76460A'

red 118 ◦ green 70 ◦ blue 10

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

Shades of Raw Umber #76460A

Tints of Raw Umber #76460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.05%

R = 59.6%
G = 35.35%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76460A (or 0x76460A) is known color: Raw Umber. HEX triplet: 76, 46 and 0A. RGB value is (118,70,10). Sum of RGB (Red+Green+Blue) = 118+70+10=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76460A is #89B9F5. Grayscale: #4D4D4D. Windows color (decimal): -9026038 or 673398. OLE color: 673398.

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

Color convert

RGB 118 70 10 -
CMYK 0 0.41 0.92 0.54
HSL 33.33º 0.84% 0.25% -
HSV(B) 33.33º 0.92% 0.46% -
XYZ 9.72 8.25 1.37 -
YUV 77.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 118 70 10 0 0.41 0.92 0.54 33.33 0.84 0.25
Hex 76 46 A 0 29 5C 36 21 54 19
Octal 166 106 12 0 51 134 66 41 124 31
Binary 1110110 1000110 1010 0 101001 1011100 110110 100001 1010100 11001

Color Harmonies of #76460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76460A

Black with #76460A

Text Example


Text Example

White with #76460A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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