Html Css Color HEX #757266 Ironside Grey

📋 copy color: '#757266'

red 117 ◦ green 114 ◦ blue 102

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

Shades of Ironside Grey #757266

Tints of Ironside Grey #757266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 35.14%
G = 34.23%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#757266 (or 0x757266) is known color: Ironside Grey. HEX triplet: 75, 72 and 66. RGB value is (117,114,102). Sum of RGB (Red+Green+Blue) = 117+114+102=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #757266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757266 is #8A8D99. Grayscale: #717171. Windows color (decimal): -9080218 or 6713973. OLE color: 6713973.

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

Color convert

RGB 117 114 102 -
CMYK 0 0.03 0.13 0.54
HSL 48º 0.07% 0.43% -
HSV(B) 48º 0.13% 0.46% -
XYZ 15.75 16.78 14.98 -
YUV 113.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 117 114 102 0 0.03 0.13 0.54 48 0.07 0.43
Hex 75 72 66 0 3 D 36 30 7 2B
Octal 165 162 146 0 3 15 66 60 7 53
Binary 1110101 1110010 1100110 0 11 1101 110110 110000 111 101011

Color Harmonies of #757266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757266

Black with #757266

Text Example


Text Example

White with #757266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757266; }

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

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

background-color css

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

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

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

border-color css

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

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

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