Html Css Color HEX #748C7C Blue Smoke

📋 copy color: '#748C7C'

red 116 ◦ green 140 ◦ blue 124

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

Shades of Blue Smoke #748C7C

Tints of Blue Smoke #748C7C

RGB

 RED value IS 116 (45.7% from 255) = 30.53%

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

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 30.53%
G = 36.84%
B = 32.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#748C7C (or 0x748C7C) is known color: Blue Smoke. HEX triplet: 74, 8C and 7C. RGB value is (116,140,124). Sum of RGB (Red+Green+Blue) = 116+140+124=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 140 - color contains mainly: green. Hex color #748C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C7C is #8B7383. Grayscale: #838383. Windows color (decimal): -9139076 or 8162420. OLE color: 8162420.

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

Color convert

RGB 116 140 124 -
CMYK 0.17 0 0.11 0.45
HSL 140º 0.09% 0.5% -
HSV(B) 140º 0.17% 0.55% -
XYZ 20.22 23.92 22.62 -
YUV 131 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 116 140 124 0.17 0 0.11 0.45 140 0.09 0.5
Hex 74 8C 7C 11 0 B 2D 8C 9 32
Octal 164 214 174 21 0 13 55 214 11 62
Binary 1110100 10001100 1111100 10001 0 1011 101101 10001100 1001 110010

Color Harmonies of #748C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C7C

Black with #748C7C

Text Example


Text Example

White with #748C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748C7C; }

 p { color: rgb(116,140,124); }

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

background-color css

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

 a { background-color: rgb(116,140,124); }

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

border-color css

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

 span { border-color: rgb(116,140,124); }

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