Html Css Color HEX #76321A Peru Tan

📋 copy color: '#76321A'

red 118 ◦ green 50 ◦ blue 26

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

Shades of Peru Tan #76321A

Tints of Peru Tan #76321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

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

R = 60.82%
G = 25.77%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76321A (or 0x76321A) is known color: Peru Tan. HEX triplet: 76, 32 and 1A. RGB value is (118,50,26). Sum of RGB (Red+Green+Blue) = 118+50+26=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76321A is #89CDE5. Grayscale: #434343. Windows color (decimal): -9031142 or 1716854. OLE color: 1716854.

HSL color Cylindrical-coordinate representation of color #76321A: hue angle of 15.65º 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 #76321A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 26 -
CMYK 0 0.58 0.78 0.54
HSL 15.65º 0.64% 0.28% -
HSV(B) 15.65º 0.78% 0.46% -
XYZ 8.8 6.21 1.71 -
YUV 67.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 118 50 26 0 0.58 0.78 0.54 15.65 0.64 0.28
Hex 76 32 1A 0 3A 4E 36 10 40 1C
Octal 166 62 32 0 72 116 66 20 100 34
Binary 1110110 110010 11010 0 111010 1001110 110110 10000 1000000 11100

Color Harmonies of #76321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76321A

Black with #76321A

Text Example


Text Example

White with #76321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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