Html Css Color HEX #757469 Ironside Grey

📋 copy color: '#757469'

red 117 ◦ green 116 ◦ blue 105

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

Shades of Ironside Grey #757469

Tints of Ironside Grey #757469

RGB

 RED value IS 117 (46.09% from 255) = 34.62%

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 34.62%
G = 34.32%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#757469 (or 0x757469) is known color: Ironside Grey. HEX triplet: 75, 74 and 69. RGB value is (117,116,105). Sum of RGB (Red+Green+Blue) = 117+116+105=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #757469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757469 is #8A8B96. Grayscale: #737373. Windows color (decimal): -9079703 or 6911093. OLE color: 6911093.

HSL color Cylindrical-coordinate representation of color #757469: hue angle of 55º 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 #757469 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 105 -
CMYK 0 0.01 0.10 0.54
HSL 55º 0.05% 0.44% -
HSV(B) 55º 0.1% 0.46% -
XYZ 16.13 17.29 15.85 -
YUV 115.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 117 116 105 0 0.01 0.10 0.54 55 0.05 0.44
Hex 75 74 69 0 1 A 36 37 5 2C
Octal 165 164 151 0 1 12 66 67 5 54
Binary 1110101 1110100 1101001 0 1 1010 110110 110111 101 101100

Color Harmonies of #757469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757469

Black with #757469

Text Example


Text Example

White with #757469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757469; }

 p { color: rgb(117,116,105); }

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

background-color css

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

 a { background-color: rgb(117,116,105); }

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

border-color css

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

 span { border-color: rgb(117,116,105); }

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