Html Css Color HEX #76510F Raw Umber

📋 copy color: '#76510F'

red 118 ◦ green 81 ◦ blue 15

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

Shades of Raw Umber #76510F

Tints of Raw Umber #76510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 55.14%
G = 37.85%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76510F (or 0x76510F) is known color: Raw Umber. HEX triplet: 76, 51 and 0F. RGB value is (118,81,15). Sum of RGB (Red+Green+Blue) = 118+81+15=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76510F is #89AEF0. Grayscale: #545454. Windows color (decimal): -9023217 or 1003894. OLE color: 1003894.

HSL color Cylindrical-coordinate representation of color #76510F: hue angle of 38.45º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76510F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 15 -
CMYK 0 0.31 0.87 0.54
HSL 38.45º 0.77% 0.26% -
HSV(B) 38.45º 0.87% 0.46% -
XYZ 10.5 9.77 1.78 -
YUV 84.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 118 81 15 0 0.31 0.87 0.54 38.45 0.77 0.26
Hex 76 51 F 0 1F 57 36 26 4D 1A
Octal 166 121 17 0 37 127 66 46 115 32
Binary 1110110 1010001 1111 0 11111 1010111 110110 100110 1001101 11010

Color Harmonies of #76510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76510F

Black with #76510F

Text Example


Text Example

White with #76510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76510F; }

 p { color: rgb(118,81,15); }

 H1.HeaderClassName
 {
   color: #76510F;
 }
 .AnyTagClassName
 {
   color: #76510F;
 }
</style>

background-color css

<style>
 a { background-color: #76510F; }

 a { background-color: rgb(118,81,15); }

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

border-color css

<style>
 span { border-color: #76510F; }

 span { border-color: rgb(118,81,15); }

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