Html Css Color HEX #757C76 Blue Smoke

📋 copy color: '#757C76'

red 117 ◦ green 124 ◦ blue 118

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

Shades of Blue Smoke #757C76

Tints of Blue Smoke #757C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

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

R = 32.59%
G = 34.54%
B = 32.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#757C76 (or 0x757C76) is known color: Blue Smoke. HEX triplet: 75, 7C and 76. RGB value is (117,124,118). Sum of RGB (Red+Green+Blue) = 117+124+118=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #757C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C76 is #8A8389. Grayscale: #797979. Windows color (decimal): -9077642 or 7765109. OLE color: 7765109.

HSL color Cylindrical-coordinate representation of color #757C76: hue angle of 128.57º 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 #757C76 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 118 -
CMYK 0.06 0 0.05 0.51
HSL 128.57º 0.03% 0.47% -
HSV(B) 128.57º 0.06% 0.49% -
XYZ 17.81 19.51 19.97 -
YUV 121.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 117 124 118 0.06 0 0.05 0.51 128.57 0.03 0.47
Hex 75 7C 76 6 0 5 33 81 3 2F
Octal 165 174 166 6 0 5 63 201 3 57
Binary 1110101 1111100 1110110 110 0 101 110011 10000001 11 101111

Color Harmonies of #757C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C76

Black with #757C76

Text Example


Text Example

White with #757C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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