#75726A

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

Shades of Ironside Grey #75726A

Tints of Ironside Grey #75726A

Color information

#75726A (or 0x75726A) is unknown color: approx Ironside Grey. HEX triplet: 75, 72 and 6A. RGB value is (117,114,106). Sum of RGB (Red+Green+Blue) = 117+114+106=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #75726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75726A is #8A8D95. Grayscale: #727272. Windows color (decimal): -9080214 or 6976117. OLE color: 6976117.

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

Color convert

RGB117114106-
CMYK00.030.090.54
HSL43.64º4.93%43.73%-
HSV(B)43.64º9.4%45.88%-
XYZ15.9516.8616.05-
YUV113.98123.49130.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=34.72%
G=33.83%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711410600.030.090.5443.644.9343.73
Hex75726A039362c52c
Octal16516215203116654554
Binary1110101111001011010100111001110110101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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