Html Css Color HEX #748778 Blue Smoke

📋 copy color: '#748778'

red 116 ◦ green 135 ◦ blue 120

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

Shades of Blue Smoke #748778

Tints of Blue Smoke #748778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 31.27%
G = 36.39%
B = 32.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#748778 (or 0x748778) is known color: Blue Smoke. HEX triplet: 74, 87 and 78. RGB value is (116,135,120). Sum of RGB (Red+Green+Blue) = 116+135+120=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #748778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748778 is #8B7887. Grayscale: #7F7F7F. Windows color (decimal): -9140360 or 7898996. OLE color: 7898996.

HSL color Cylindrical-coordinate representation of color #748778: hue angle of 132.63º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748778 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 120 -
CMYK 0.14 0 0.11 0.47
HSL 132.63º 0.08% 0.49% -
HSV(B) 132.63º 0.14% 0.53% -
XYZ 19.26 22.4 21.08 -
YUV 127.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 116 135 120 0.14 0 0.11 0.47 132.63 0.08 0.49
Hex 74 87 78 E 0 B 2F 85 8 31
Octal 164 207 170 16 0 13 57 205 10 61
Binary 1110100 10000111 1111000 1110 0 1011 101111 10000101 1000 110001

Color Harmonies of #748778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748778

Black with #748778

Text Example


Text Example

White with #748778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748778; }

 p { color: rgb(116,135,120); }

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

background-color css

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

 a { background-color: rgb(116,135,120); }

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

border-color css

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

 span { border-color: rgb(116,135,120); }

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