Html Css Color HEX #748779 Blue Smoke

📋 copy color: '#748779'

red 116 ◦ green 135 ◦ blue 121

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

Shades of Blue Smoke #748779

Tints of Blue Smoke #748779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 31.18%
G = 36.29%
B = 32.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#748779 (or 0x748779) is known color: Blue Smoke. HEX triplet: 74, 87 and 79. RGB value is (116,135,121). Sum of RGB (Red+Green+Blue) = 116+135+121=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #748779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748779 is #8B7886. Grayscale: #7F7F7F. Windows color (decimal): -9140359 or 7964532. OLE color: 7964532.

HSL color Cylindrical-coordinate representation of color #748779: hue angle of 135.79º 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 #748779 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 121 -
CMYK 0.14 0 0.10 0.47
HSL 135.79º 0.08% 0.49% -
HSV(B) 135.79º 0.14% 0.53% -
XYZ 19.32 22.42 21.4 -
YUV 127.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 116 135 121 0.14 0 0.10 0.47 135.79 0.08 0.49
Hex 74 87 79 E 0 A 2F 88 8 31
Octal 164 207 171 16 0 12 57 210 10 61
Binary 1110100 10000111 1111001 1110 0 1010 101111 10001000 1000 110001

Color Harmonies of #748779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748779

Black with #748779

Text Example


Text Example

White with #748779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748779; }

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

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

background-color css

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

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

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

border-color css

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

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

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