Html Css Color HEX #757367 Ironside Grey

📋 copy color: '#757367'

red 117 ◦ green 115 ◦ blue 103

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

Shades of Ironside Grey #757367

Tints of Ironside Grey #757367

RGB

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

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

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

R = 34.93%
G = 34.33%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#757367 (or 0x757367) is known color: Ironside Grey. HEX triplet: 75, 73 and 67. RGB value is (117,115,103). Sum of RGB (Red+Green+Blue) = 117+115+103=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #757367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757367 is #8A8C98. Grayscale: #727272. Windows color (decimal): -9079961 or 6779765. OLE color: 6779765.

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

Color convert

RGB 117 115 103 -
CMYK 0 0.02 0.12 0.54
HSL 51.43º 0.06% 0.43% -
HSV(B) 51.43º 0.12% 0.46% -
XYZ 15.92 17.02 15.28 -
YUV 114.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 117 115 103 0 0.02 0.12 0.54 51.43 0.06 0.43
Hex 75 73 67 0 2 C 36 33 6 2B
Octal 165 163 147 0 2 14 66 63 6 53
Binary 1110101 1110011 1100111 0 10 1100 110110 110011 110 101011

Color Harmonies of #757367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757367

Black with #757367

Text Example


Text Example

White with #757367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757367; }

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

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

background-color css

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

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

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

border-color css

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

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

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