Html Css Color HEX #76540F Raw Umber

📋 copy color: '#76540F'

red 118 ◦ green 84 ◦ blue 15

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

Shades of Raw Umber #76540F

Tints of Raw Umber #76540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

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

R = 54.38%
G = 38.71%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76540F (or 0x76540F) is known color: Raw Umber. HEX triplet: 76, 54 and 0F. RGB value is (118,84,15). Sum of RGB (Red+Green+Blue) = 118+84+15=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76540F is #89ABF0. Grayscale: #565656. Windows color (decimal): -9022449 or 1004662. OLE color: 1004662.

HSL color Cylindrical-coordinate representation of color #76540F: hue angle of 40.19º 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 #76540F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 15 -
CMYK 0 0.29 0.87 0.54
HSL 40.19º 0.77% 0.26% -
HSV(B) 40.19º 0.87% 0.46% -
XYZ 10.73 10.23 1.86 -
YUV 86.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 118 84 15 0 0.29 0.87 0.54 40.19 0.77 0.26
Hex 76 54 F 0 1D 57 36 28 4D 1A
Octal 166 124 17 0 35 127 66 50 115 32
Binary 1110110 1010100 1111 0 11101 1010111 110110 101000 1001101 11010

Color Harmonies of #76540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76540F

Black with #76540F

Text Example


Text Example

White with #76540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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