Html Css Color HEX #748B78 Blue Smoke

📋 copy color: '#748B78'

red 116 ◦ green 139 ◦ blue 120

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

Shades of Blue Smoke #748B78

Tints of Blue Smoke #748B78

RGB

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

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

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

R = 30.93%
G = 37.07%
B = 32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#748B78 (or 0x748B78) is known color: Blue Smoke. HEX triplet: 74, 8B and 78. RGB value is (116,139,120). Sum of RGB (Red+Green+Blue) = 116+139+120=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #748B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B78 is #8B7487. Grayscale: #828282. Windows color (decimal): -9139336 or 7900020. OLE color: 7900020.

HSL color Cylindrical-coordinate representation of color #748B78: hue angle of 130.43º 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 #748B78 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 120 -
CMYK 0.17 0 0.14 0.45
HSL 130.43º 0.09% 0.5% -
HSV(B) 130.43º 0.17% 0.55% -
XYZ 19.83 23.53 21.27 -
YUV 129.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 116 139 120 0.17 0 0.14 0.45 130.43 0.09 0.5
Hex 74 8B 78 11 0 E 2D 82 9 32
Octal 164 213 170 21 0 16 55 202 11 62
Binary 1110100 10001011 1111000 10001 0 1110 101101 10000010 1001 110010

Color Harmonies of #748B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B78

Black with #748B78

Text Example


Text Example

White with #748B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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