Html Css Color HEX #758879 Blue Smoke

📋 copy color: '#758879'

red 117 ◦ green 136 ◦ blue 121

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

Shades of Blue Smoke #758879

Tints of Blue Smoke #758879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 31.28%
G = 36.36%
B = 32.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#758879 (or 0x758879) is known color: Blue Smoke. HEX triplet: 75, 88 and 79. RGB value is (117,136,121). Sum of RGB (Red+Green+Blue) = 117+136+121=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #758879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758879 is #8A7786. Grayscale: #808080. Windows color (decimal): -9074567 or 7964789. OLE color: 7964789.

HSL color Cylindrical-coordinate representation of color #758879: hue angle of 132.63º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758879 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 121 -
CMYK 0.14 0 0.11 0.47
HSL 132.63º 0.08% 0.5% -
HSV(B) 132.63º 0.14% 0.53% -
XYZ 19.59 22.77 21.45 -
YUV 128.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 117 136 121 0.14 0 0.11 0.47 132.63 0.08 0.5
Hex 75 88 79 E 0 B 2F 85 8 32
Octal 165 210 171 16 0 13 57 205 10 62
Binary 1110101 10001000 1111001 1110 0 1011 101111 10000101 1000 110010

Color Harmonies of #758879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758879

Black with #758879

Text Example


Text Example

White with #758879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758879; }

 p { color: rgb(117,136,121); }

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

background-color css

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

 a { background-color: rgb(117,136,121); }

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

border-color css

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

 span { border-color: rgb(117,136,121); }

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