Html Css Color HEX #76290C Peru Tan

📋 copy color: '#76290C'

red 118 ◦ green 41 ◦ blue 12

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

Shades of Peru Tan #76290C

Tints of Peru Tan #76290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 69.01%
G = 23.98%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76290C (or 0x76290C) is known color: Peru Tan. HEX triplet: 76, 29 and 0C. RGB value is (118,41,12). Sum of RGB (Red+Green+Blue) = 118+41+12=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76290C is #89D6F3. Grayscale: #3C3C3C. Windows color (decimal): -9033460 or 797046. OLE color: 797046.

HSL color Cylindrical-coordinate representation of color #76290C: hue angle of 16.42º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76290C is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 12 -
CMYK 0 0.65 0.90 0.54
HSL 16.42º 0.82% 0.25% -
HSV(B) 16.42º 0.9% 0.46% -
XYZ 8.33 5.46 0.96 -
YUV 60.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 118 41 12 0 0.65 0.90 0.54 16.42 0.82 0.25
Hex 76 29 C 0 41 5A 36 10 52 19
Octal 166 51 14 0 101 132 66 20 122 31
Binary 1110110 101001 1100 0 1000001 1011010 110110 10000 1010010 11001

Color Harmonies of #76290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76290C

Black with #76290C

Text Example


Text Example

White with #76290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76290C; }

 p { color: rgb(118,41,12); }

 H1.HeaderClassName
 {
   color: #76290C;
 }
 .AnyTagClassName
 {
   color: #76290C;
 }
</style>

background-color css

<style>
 a { background-color: #76290C; }

 a { background-color: rgb(118,41,12); }

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

border-color css

<style>
 span { border-color: #76290C; }

 span { border-color: rgb(118,41,12); }

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