Html Css Color HEX #758578 Blue Smoke

📋 copy color: '#758578'

red 117 ◦ green 133 ◦ blue 120

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

Shades of Blue Smoke #758578

Tints of Blue Smoke #758578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 31.62%
G = 35.95%
B = 32.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#758578 (or 0x758578) is known color: Blue Smoke. HEX triplet: 75, 85 and 78. RGB value is (117,133,120). Sum of RGB (Red+Green+Blue) = 117+133+120=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #758578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758578 is #8A7A87. Grayscale: #7E7E7E. Windows color (decimal): -9075336 or 7898485. OLE color: 7898485.

HSL color Cylindrical-coordinate representation of color #758578: hue angle of 131.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758578 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 120 -
CMYK 0.12 0 0.10 0.48
HSL 131.25º 0.06% 0.49% -
HSV(B) 131.25º 0.12% 0.52% -
XYZ 19.11 21.91 20.99 -
YUV 126.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 117 133 120 0.12 0 0.10 0.48 131.25 0.06 0.49
Hex 75 85 78 C 0 A 30 83 6 31
Octal 165 205 170 14 0 12 60 203 6 61
Binary 1110101 10000101 1111000 1100 0 1010 110000 10000011 110 110001

Color Harmonies of #758578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758578

Black with #758578

Text Example


Text Example

White with #758578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758578; }

 p { color: rgb(117,133,120); }

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

background-color css

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

 a { background-color: rgb(117,133,120); }

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

border-color css

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

 span { border-color: rgb(117,133,120); }

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