Html Css Color HEX #76400B Raw Umber

📋 copy color: '#76400B'

red 118 ◦ green 64 ◦ blue 11

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

Shades of Raw Umber #76400B

Tints of Raw Umber #76400B

RGB

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

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

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

R = 61.14%
G = 33.16%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76400B (or 0x76400B) is known color: Raw Umber. HEX triplet: 76, 40 and 0B. RGB value is (118,64,11). Sum of RGB (Red+Green+Blue) = 118+64+11=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76400B is #89BFF4. Grayscale: #4A4A4A. Windows color (decimal): -9027573 or 737398. OLE color: 737398.

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

Color convert

RGB 118 64 11 -
CMYK 0 0.46 0.91 0.54
HSL 29.72º 0.83% 0.25% -
HSV(B) 29.72º 0.91% 0.46% -
XYZ 9.37 7.54 1.28 -
YUV 74.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 118 64 11 0 0.46 0.91 0.54 29.72 0.83 0.25
Hex 76 40 B 0 2E 5B 36 1E 53 19
Octal 166 100 13 0 56 133 66 36 123 31
Binary 1110110 1000000 1011 0 101110 1011011 110110 11110 1010011 11001

Color Harmonies of #76400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76400B

Black with #76400B

Text Example


Text Example

White with #76400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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