Html Css Color HEX #758C7B Blue Smoke

📋 copy color: '#758C7B'

red 117 ◦ green 140 ◦ blue 123

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

Shades of Blue Smoke #758C7B

Tints of Blue Smoke #758C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

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

R = 30.79%
G = 36.84%
B = 32.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#758C7B (or 0x758C7B) is known color: Blue Smoke. HEX triplet: 75, 8C and 7B. RGB value is (117,140,123). Sum of RGB (Red+Green+Blue) = 117+140+123=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 140 - color contains mainly: green. Hex color #758C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C7B is #8A7384. Grayscale: #838383. Windows color (decimal): -9073541 or 8096885. OLE color: 8096885.

HSL color Cylindrical-coordinate representation of color #758C7B: hue angle of 135.65º 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 #758C7B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 140 123 -
CMYK 0.16 0 0.12 0.45
HSL 135.65º 0.09% 0.5% -
HSV(B) 135.65º 0.16% 0.55% -
XYZ 20.29 23.97 22.3 -
YUV 131.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 117 140 123 0.16 0 0.12 0.45 135.65 0.09 0.5
Hex 75 8C 7B 10 0 C 2D 88 9 32
Octal 165 214 173 20 0 14 55 210 11 62
Binary 1110101 10001100 1111011 10000 0 1100 101101 10001000 1001 110010

Color Harmonies of #758C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C7B

Black with #758C7B

Text Example


Text Example

White with #758C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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