Html Css Color HEX #757D76 Blue Smoke

📋 copy color: '#757D76'

red 117 ◦ green 125 ◦ blue 118

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

Shades of Blue Smoke #757D76

Tints of Blue Smoke #757D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

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

R = 32.5%
G = 34.72%
B = 32.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#757D76 (or 0x757D76) is known color: Blue Smoke. HEX triplet: 75, 7D and 76. RGB value is (117,125,118). Sum of RGB (Red+Green+Blue) = 117+125+118=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 125 - color contains mainly: green. Hex color #757D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D76 is #8A8289. Grayscale: #797979. Windows color (decimal): -9077386 or 7765365. OLE color: 7765365.

HSL color Cylindrical-coordinate representation of color #757D76: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757D76 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 125 118 -
CMYK 0.06 0 0.06 0.51
HSL 127.5º 0.03% 0.47% -
HSV(B) 127.5º 0.06% 0.49% -
XYZ 17.94 19.76 20.01 -
YUV 121.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 117 125 118 0.06 0 0.06 0.51 127.5 0.03 0.47
Hex 75 7D 76 6 0 6 33 80 3 2F
Octal 165 175 166 6 0 6 63 200 3 57
Binary 1110101 1111101 1110110 110 0 110 110011 10000000 11 101111

Color Harmonies of #757D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D76

Black with #757D76

Text Example


Text Example

White with #757D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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