Html Css Color HEX #758679 Blue Smoke

📋 copy color: '#758679'

red 117 ◦ green 134 ◦ blue 121

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

Shades of Blue Smoke #758679

Tints of Blue Smoke #758679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 31.45%
G = 36.02%
B = 32.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#758679 (or 0x758679) is known color: Blue Smoke. HEX triplet: 75, 86 and 79. RGB value is (117,134,121). Sum of RGB (Red+Green+Blue) = 117+134+121=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #758679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758679 is #8A7986. Grayscale: #7F7F7F. Windows color (decimal): -9075079 or 7964277. OLE color: 7964277.

HSL color Cylindrical-coordinate representation of color #758679: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758679 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 121 -
CMYK 0.13 0 0.10 0.47
HSL 134.12º 0.07% 0.49% -
HSV(B) 134.12º 0.13% 0.53% -
XYZ 19.31 22.21 21.36 -
YUV 127.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 117 134 121 0.13 0 0.10 0.47 134.12 0.07 0.49
Hex 75 86 79 D 0 A 2F 86 7 31
Octal 165 206 171 15 0 12 57 206 7 61
Binary 1110101 10000110 1111001 1101 0 1010 101111 10000110 111 110001

Color Harmonies of #758679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758679

Black with #758679

Text Example


Text Example

White with #758679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758679; }

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

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

background-color css

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

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

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

border-color css

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

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

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