Html Css Color HEX #757467 Ironside Grey

📋 copy color: '#757467'

red 117 ◦ green 116 ◦ blue 103

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

Shades of Ironside Grey #757467

Tints of Ironside Grey #757467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 34.82%
G = 34.52%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#757467 (or 0x757467) is known color: Ironside Grey. HEX triplet: 75, 74 and 67. RGB value is (117,116,103). Sum of RGB (Red+Green+Blue) = 117+116+103=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #757467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757467 is #8A8B98. Grayscale: #727272. Windows color (decimal): -9079705 or 6780021. OLE color: 6780021.

HSL color Cylindrical-coordinate representation of color #757467: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757467 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 103 -
CMYK 0 0.01 0.12 0.54
HSL 55.71º 0.06% 0.43% -
HSV(B) 55.71º 0.12% 0.46% -
XYZ 16.03 17.25 15.32 -
YUV 114.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 117 116 103 0 0.01 0.12 0.54 55.71 0.06 0.43
Hex 75 74 67 0 1 C 36 38 6 2B
Octal 165 164 147 0 1 14 66 70 6 53
Binary 1110101 1110100 1100111 0 1 1100 110110 111000 110 101011

Color Harmonies of #757467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757467

Black with #757467

Text Example


Text Example

White with #757467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757467; }

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

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

background-color css

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

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

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

border-color css

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

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

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