Html Css Color HEX #757A76 Blue Smoke

📋 copy color: '#757A76'

red 117 ◦ green 122 ◦ blue 118

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

Shades of Blue Smoke #757A76

Tints of Blue Smoke #757A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 32.77%
G = 34.17%
B = 33.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#757A76 (or 0x757A76) is known color: Blue Smoke. HEX triplet: 75, 7A and 76. RGB value is (117,122,118). Sum of RGB (Red+Green+Blue) = 117+122+118=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 122 - color contains mainly: green. Hex color #757A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A76 is #8A8589. Grayscale: #787878. Windows color (decimal): -9078154 or 7764597. OLE color: 7764597.

HSL color Cylindrical-coordinate representation of color #757A76: hue angle of 132º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #757A76 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 122 118 -
CMYK 0.04 0 0.03 0.52
HSL 132º 0.02% 0.47% -
HSV(B) 132º 0.04% 0.48% -
XYZ 17.57 19.01 19.88 -
YUV 120.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 117 122 118 0.04 0 0.03 0.52 132 0.02 0.47
Hex 75 7A 76 4 0 3 34 84 2 2F
Octal 165 172 166 4 0 3 64 204 2 57
Binary 1110101 1111010 1110110 100 0 11 110100 10000100 10 101111

Color Harmonies of #757A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A76

Black with #757A76

Text Example


Text Example

White with #757A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757A76; }

 p { color: rgb(117,122,118); }

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

background-color css

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

 a { background-color: rgb(117,122,118); }

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

border-color css

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

 span { border-color: rgb(117,122,118); }

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