Html Css Color HEX #76421A Peru Tan

📋 copy color: '#76421A'

red 118 ◦ green 66 ◦ blue 26

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

Shades of Peru Tan #76421A

Tints of Peru Tan #76421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 56.19%
G = 31.43%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76421A (or 0x76421A) is known color: Peru Tan. HEX triplet: 76, 42 and 1A. RGB value is (118,66,26). Sum of RGB (Red+Green+Blue) = 118+66+26=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76421A is #89BDE5. Grayscale: #4D4D4D. Windows color (decimal): -9027046 or 1720950. OLE color: 1720950.

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

Color convert

RGB 118 66 26 -
CMYK 0 0.44 0.78 0.54
HSL 26.09º 0.64% 0.28% -
HSV(B) 26.09º 0.78% 0.46% -
XYZ 9.61 7.82 1.98 -
YUV 76.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 118 66 26 0 0.44 0.78 0.54 26.09 0.64 0.28
Hex 76 42 1A 0 2C 4E 36 1A 40 1C
Octal 166 102 32 0 54 116 66 32 100 34
Binary 1110110 1000010 11010 0 101100 1001110 110110 11010 1000000 11100

Color Harmonies of #76421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76421A

Black with #76421A

Text Example


Text Example

White with #76421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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