Html Css Color HEX #76400A Raw Umber

📋 copy color: '#76400A'

red 118 ◦ green 64 ◦ blue 10

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

Shades of Raw Umber #76400A

Tints of Raw Umber #76400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

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

R = 61.46%
G = 33.33%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76400A (or 0x76400A) is known color: Raw Umber. HEX triplet: 76, 40 and 0A. RGB value is (118,64,10). Sum of RGB (Red+Green+Blue) = 118+64+10=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #76400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76400A is #89BFF5. Grayscale: #4A4A4A. Windows color (decimal): -9027574 or 671862. OLE color: 671862.

HSL color Cylindrical-coordinate representation of color #76400A: hue angle of 30º 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 #76400A is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 10 -
CMYK 0 0.46 0.92 0.54
HSL 30º 0.84% 0.25% -
HSV(B) 30º 0.92% 0.46% -
XYZ 9.36 7.54 1.25 -
YUV 73.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 118 64 10 0 0.46 0.92 0.54 30 0.84 0.25
Hex 76 40 A 0 2E 5C 36 1E 54 19
Octal 166 100 12 0 56 134 66 36 124 31
Binary 1110110 1000000 1010 0 101110 1011100 110110 11110 1010100 11001

Color Harmonies of #76400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76400A

Black with #76400A

Text Example


Text Example

White with #76400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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