#76726A

Color #76726A Ironside Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironside Grey #76726A

Tints of Ironside Grey #76726A

Color information

#76726A (or 0x76726A) is unknown color: approx Ironside Grey. HEX triplet: 76, 72 and 6A. RGB value is (118,114,106). Sum of RGB (Red+Green+Blue) = 118+114+106=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #76726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726A is #898D95. Grayscale: #727272. Windows color (decimal): -9014678 or 6976118. OLE color: 6976118.

HSL color Cylindrical-coordinate representation of color #76726A: hue angle of 40º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76726A is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB118114106-
CMYK00.030.100.54
HSL40º5.36%43.92%-
HSV(B)40º10.17%46.27%-
XYZ16.0916.9316.05-
YUV114.28123.33130.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=34.91%
G=33.73%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811410600.030.100.54405.3643.92
Hex76726A03A362852c
Octal16616215203126650554
Binary1110110111001011010100111010110110101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,114,106); }

 H1.HeaderClassName
 {
   color: #76726A;
 }
 .AnyTagClassName
 {
   color: #76726A;
 }
</style>
background-color css

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

 a { background-color: rgb(118,114,106); }

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

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

 span { border-color: rgb(118,114,106); }

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