Html Css Color HEX #748278 Blue Smoke

📋 copy color: '#748278'

red 116 ◦ green 130 ◦ blue 120

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

Shades of Blue Smoke #748278

Tints of Blue Smoke #748278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

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

R = 31.69%
G = 35.52%
B = 32.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#748278 (or 0x748278) is known color: Blue Smoke. HEX triplet: 74, 82 and 78. RGB value is (116,130,120). Sum of RGB (Red+Green+Blue) = 116+130+120=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #748278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748278 is #8B7D87. Grayscale: #7C7C7C. Windows color (decimal): -9141640 or 7897716. OLE color: 7897716.

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

Color convert

RGB 116 130 120 -
CMYK 0.11 0 0.08 0.49
HSL 137.14º 0.06% 0.48% -
HSV(B) 137.14º 0.11% 0.51% -
XYZ 18.58 21.03 20.85 -
YUV 124.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 116 130 120 0.11 0 0.08 0.49 137.14 0.06 0.48
Hex 74 82 78 B 0 8 31 89 6 30
Octal 164 202 170 13 0 10 61 211 6 60
Binary 1110100 10000010 1111000 1011 0 1000 110001 10001001 110 110000

Color Harmonies of #748278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748278

Black with #748278

Text Example


Text Example

White with #748278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748278; }

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

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

background-color css

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

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

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

border-color css

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

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

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