Html Css Color HEX #758176 Blue Smoke

📋 copy color: '#758176'

red 117 ◦ green 129 ◦ blue 118

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

Shades of Blue Smoke #758176

Tints of Blue Smoke #758176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

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

R = 32.14%
G = 35.44%
B = 32.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#758176 (or 0x758176) is known color: Blue Smoke. HEX triplet: 75, 81 and 76. RGB value is (117,129,118). Sum of RGB (Red+Green+Blue) = 117+129+118=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 129 - color contains mainly: green. Hex color #758176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758176 is #8A7E89. Grayscale: #7C7C7C. Windows color (decimal): -9076362 or 7766389. OLE color: 7766389.

HSL color Cylindrical-coordinate representation of color #758176: hue angle of 125º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #758176 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 118 -
CMYK 0.09 0 0.09 0.49
HSL 125º 0.05% 0.48% -
HSV(B) 125º 0.09% 0.51% -
XYZ 18.46 20.79 20.18 -
YUV 124.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 117 129 118 0.09 0 0.09 0.49 125 0.05 0.48
Hex 75 81 76 9 0 9 31 7D 5 30
Octal 165 201 166 11 0 11 61 175 5 60
Binary 1110101 10000001 1110110 1001 0 1001 110001 1111101 101 110000

Color Harmonies of #758176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758176

Black with #758176

Text Example


Text Example

White with #758176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758176; }

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

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

background-color css

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

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

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

border-color css

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

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

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