Html Css Color HEX #76421C Peru Tan

📋 copy color: '#76421C'

red 118 ◦ green 66 ◦ blue 28

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

Shades of Peru Tan #76421C

Tints of Peru Tan #76421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 55.66%
G = 31.13%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76421C (or 0x76421C) is known color: Peru Tan. HEX triplet: 76, 42 and 1C. RGB value is (118,66,28). Sum of RGB (Red+Green+Blue) = 118+66+28=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76421C is #89BDE3. Grayscale: #4D4D4D. Windows color (decimal): -9027044 or 1852022. OLE color: 1852022.

HSL color Cylindrical-coordinate representation of color #76421C: hue angle of 25.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76421C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 28 -
CMYK 0 0.44 0.76 0.54
HSL 25.33º 0.62% 0.29% -
HSV(B) 25.33º 0.76% 0.46% -
XYZ 9.63 7.83 2.1 -
YUV 77.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 118 66 28 0 0.44 0.76 0.54 25.33 0.62 0.29
Hex 76 42 1C 0 2C 4C 36 19 3E 1D
Octal 166 102 34 0 54 114 66 31 76 35
Binary 1110110 1000010 11100 0 101100 1001100 110110 11001 111110 11101

Color Harmonies of #76421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76421C

Black with #76421C

Text Example


Text Example

White with #76421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,66,28); }

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

background-color css

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

 a { background-color: rgb(118,66,28); }

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

border-color css

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

 span { border-color: rgb(118,66,28); }

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