Html Css Color HEX #758276 Blue Smoke

📋 copy color: '#758276'

red 117 ◦ green 130 ◦ blue 118

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

Shades of Blue Smoke #758276

Tints of Blue Smoke #758276

RGB

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

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

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

R = 32.05%
G = 35.62%
B = 32.33%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#758276 (or 0x758276) is known color: Blue Smoke. HEX triplet: 75, 82 and 76. RGB value is (117,130,118). Sum of RGB (Red+Green+Blue) = 117+130+118=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #758276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758276 is #8A7D89. Grayscale: #7C7C7C. Windows color (decimal): -9076106 or 7766645. OLE color: 7766645.

HSL color Cylindrical-coordinate representation of color #758276: hue angle of 124.62º 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 #758276 is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 118 -
CMYK 0.1 0 0.09 0.49
HSL 124.62º 0.05% 0.48% -
HSV(B) 124.62º 0.1% 0.51% -
XYZ 18.59 21.06 20.22 -
YUV 124.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 117 130 118 0.1 0 0.09 0.49 124.62 0.05 0.48
Hex 75 82 76 A 0 9 31 7D 5 30
Octal 165 202 166 12 0 11 61 175 5 60
Binary 1110101 10000010 1110110 1010 0 1001 110001 1111101 101 110000

Color Harmonies of #758276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758276

Black with #758276

Text Example


Text Example

White with #758276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758276; }

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

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

background-color css

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

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

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

border-color css

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

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

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