Html Css Color HEX #757369 Ironside Grey

📋 copy color: '#757369'

red 117 ◦ green 115 ◦ blue 105

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

Shades of Ironside Grey #757369

Tints of Ironside Grey #757369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 34.72%
G = 34.12%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#757369 (or 0x757369) is known color: Ironside Grey. HEX triplet: 75, 73 and 69. RGB value is (117,115,105). Sum of RGB (Red+Green+Blue) = 117+115+105=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #757369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757369 is #8A8C96. Grayscale: #727272. Windows color (decimal): -9079959 or 6910837. OLE color: 6910837.

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

Color convert

RGB 117 115 105 -
CMYK 0 0.02 0.10 0.54
HSL 50º 0.05% 0.44% -
HSV(B) 50º 0.1% 0.46% -
XYZ 16.02 17.06 15.81 -
YUV 114.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 117 115 105 0 0.02 0.10 0.54 50 0.05 0.44
Hex 75 73 69 0 2 A 36 32 5 2C
Octal 165 163 151 0 2 12 66 62 5 54
Binary 1110101 1110011 1101001 0 10 1010 110110 110010 101 101100

Color Harmonies of #757369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757369

Black with #757369

Text Example


Text Example

White with #757369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757369; }

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

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

background-color css

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

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

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

border-color css

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

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

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