Html Css Color HEX #758278 Blue Smoke

📋 copy color: '#758278'

red 117 ◦ green 130 ◦ blue 120

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

Shades of Blue Smoke #758278

Tints of Blue Smoke #758278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 31.88%
G = 35.42%
B = 32.7%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#758278 (or 0x758278) is known color: Blue Smoke. HEX triplet: 75, 82 and 78. RGB value is (117,130,120). Sum of RGB (Red+Green+Blue) = 117+130+120=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #758278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758278 is #8A7D87. Grayscale: #7D7D7D. Windows color (decimal): -9076104 or 7897717. OLE color: 7897717.

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

Color convert

RGB 117 130 120 -
CMYK 0.1 0 0.08 0.49
HSL 133.85º 0.05% 0.48% -
HSV(B) 133.85º 0.1% 0.51% -
XYZ 18.71 21.1 20.86 -
YUV 124.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 117 130 120 0.1 0 0.08 0.49 133.85 0.05 0.48
Hex 75 82 78 A 0 8 31 86 5 30
Octal 165 202 170 12 0 10 61 206 5 60
Binary 1110101 10000010 1111000 1010 0 1000 110001 10000110 101 110000

Color Harmonies of #758278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758278

Black with #758278

Text Example


Text Example

White with #758278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758278; }

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

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

background-color css

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

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

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

border-color css

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

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

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