Html Css Color HEX #757F76 Blue Smoke

📋 copy color: '#757F76'

red 117 ◦ green 127 ◦ blue 118

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

Shades of Blue Smoke #757F76

Tints of Blue Smoke #757F76

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

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

R = 32.32%
G = 35.08%
B = 32.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#757F76 (or 0x757F76) is known color: Blue Smoke. HEX triplet: 75, 7F and 76. RGB value is (117,127,118). Sum of RGB (Red+Green+Blue) = 117+127+118=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 127 - color contains mainly: green. Hex color #757F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F76 is #8A8089. Grayscale: #7B7B7B. Windows color (decimal): -9076874 or 7765877. OLE color: 7765877.

HSL color Cylindrical-coordinate representation of color #757F76: hue angle of 126º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #757F76 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 127 118 -
CMYK 0.08 0 0.07 0.50
HSL 126º 0.04% 0.48% -
HSV(B) 126º 0.08% 0.5% -
XYZ 18.2 20.27 20.09 -
YUV 122.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 117 127 118 0.08 0 0.07 0.50 126 0.04 0.48
Hex 75 7F 76 8 0 7 32 7E 4 30
Octal 165 177 166 10 0 7 62 176 4 60
Binary 1110101 1111111 1110110 1000 0 111 110010 1111110 100 110000

Color Harmonies of #757F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F76

Black with #757F76

Text Example


Text Example

White with #757F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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