Html Css Color HEX #758B7D Blue Smoke

📋 copy color: '#758B7D'

red 117 ◦ green 139 ◦ blue 125

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

Shades of Blue Smoke #758B7D

Tints of Blue Smoke #758B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 30.71%
G = 36.48%
B = 32.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#758B7D (or 0x758B7D) is known color: Blue Smoke. HEX triplet: 75, 8B and 7D. RGB value is (117,139,125). Sum of RGB (Red+Green+Blue) = 117+139+125=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #758B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B7D is #8A7482. Grayscale: #828282. Windows color (decimal): -9073795 or 8227701. OLE color: 8227701.

HSL color Cylindrical-coordinate representation of color #758B7D: hue angle of 141.82º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B7D is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 125 -
CMYK 0.16 0 0.10 0.45
HSL 141.82º 0.09% 0.5% -
HSV(B) 141.82º 0.16% 0.55% -
XYZ 20.27 23.73 22.91 -
YUV 130.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 117 139 125 0.16 0 0.10 0.45 141.82 0.09 0.5
Hex 75 8B 7D 10 0 A 2D 8E 9 32
Octal 165 213 175 20 0 12 55 216 11 62
Binary 1110101 10001011 1111101 10000 0 1010 101101 10001110 1001 110010

Color Harmonies of #758B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B7D

Black with #758B7D

Text Example


Text Example

White with #758B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,125); }

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

background-color css

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

 a { background-color: rgb(117,139,125); }

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

border-color css

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

 span { border-color: rgb(117,139,125); }

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