Html Css Color HEX #758A7E Blue Smoke

📋 copy color: '#758A7E'

red 117 ◦ green 138 ◦ blue 126

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

Shades of Blue Smoke #758A7E

Tints of Blue Smoke #758A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 30.71%
G = 36.22%
B = 33.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#758A7E (or 0x758A7E) is known color: Blue Smoke. HEX triplet: 75, 8A and 7E. RGB value is (117,138,126). Sum of RGB (Red+Green+Blue) = 117+138+126=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #758A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A7E is #8A7581. Grayscale: #828282. Windows color (decimal): -9074050 or 8292981. OLE color: 8292981.

HSL color Cylindrical-coordinate representation of color #758A7E: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758A7E is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 126 -
CMYK 0.15 0 0.09 0.46
HSL 145.71º 0.08% 0.5% -
HSV(B) 145.71º 0.15% 0.54% -
XYZ 20.19 23.47 23.2 -
YUV 130.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 117 138 126 0.15 0 0.09 0.46 145.71 0.08 0.5
Hex 75 8A 7E F 0 9 2E 92 8 32
Octal 165 212 176 17 0 11 56 222 10 62
Binary 1110101 10001010 1111110 1111 0 1001 101110 10010010 1000 110010

Color Harmonies of #758A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A7E

Black with #758A7E

Text Example


Text Example

White with #758A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758A7E; }

 p { color: rgb(117,138,126); }

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

background-color css

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

 a { background-color: rgb(117,138,126); }

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

border-color css

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

 span { border-color: rgb(117,138,126); }

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