Html Css Color HEX #76320A Peru Tan

📋 copy color: '#76320A'

red 118 ◦ green 50 ◦ blue 10

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

Shades of Peru Tan #76320A

Tints of Peru Tan #76320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 66.29%
G = 28.09%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76320A (or 0x76320A) is known color: Peru Tan. HEX triplet: 76, 32 and 0A. RGB value is (118,50,10). Sum of RGB (Red+Green+Blue) = 118+50+10=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76320A is #89CDF5. Grayscale: #424242. Windows color (decimal): -9031158 or 668278. OLE color: 668278.

HSL color Cylindrical-coordinate representation of color #76320A: hue angle of 22.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76320A is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 10 -
CMYK 0 0.58 0.92 0.54
HSL 22.22º 0.84% 0.25% -
HSV(B) 22.22º 0.92% 0.46% -
XYZ 8.67 6.15 1.02 -
YUV 65.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 118 50 10 0 0.58 0.92 0.54 22.22 0.84 0.25
Hex 76 32 A 0 3A 5C 36 16 54 19
Octal 166 62 12 0 72 134 66 26 124 31
Binary 1110110 110010 1010 0 111010 1011100 110110 10110 1010100 11001

Color Harmonies of #76320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76320A

Black with #76320A

Text Example


Text Example

White with #76320A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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