Html Css Color HEX #758A7B Blue Smoke

📋 copy color: '#758A7B'

red 117 ◦ green 138 ◦ blue 123

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

Shades of Blue Smoke #758A7B

Tints of Blue Smoke #758A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 30.95%
G = 36.51%
B = 32.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#758A7B (or 0x758A7B) is known color: Blue Smoke. HEX triplet: 75, 8A and 7B. RGB value is (117,138,123). Sum of RGB (Red+Green+Blue) = 117+138+123=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #758A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A7B is #8A7584. Grayscale: #828282. Windows color (decimal): -9074053 or 8096373. OLE color: 8096373.

HSL color Cylindrical-coordinate representation of color #758A7B: hue angle of 137.14º 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 #758A7B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 123 -
CMYK 0.15 0 0.11 0.46
HSL 137.14º 0.08% 0.5% -
HSV(B) 137.14º 0.15% 0.54% -
XYZ 20 23.39 22.2 -
YUV 130.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 117 138 123 0.15 0 0.11 0.46 137.14 0.08 0.5
Hex 75 8A 7B F 0 B 2E 89 8 32
Octal 165 212 173 17 0 13 56 211 10 62
Binary 1110101 10001010 1111011 1111 0 1011 101110 10001001 1000 110010

Color Harmonies of #758A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A7B

Black with #758A7B

Text Example


Text Example

White with #758A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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