Html Css Color HEX #748277 Blue Smoke

📋 copy color: '#748277'

red 116 ◦ green 130 ◦ blue 119

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

Shades of Blue Smoke #748277

Tints of Blue Smoke #748277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 31.78%
G = 35.62%
B = 32.6%

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

#748277 (or 0x748277) is known color: Blue Smoke. HEX triplet: 74, 82 and 77. RGB value is (116,130,119). Sum of RGB (Red+Green+Blue) = 116+130+119=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #748277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748277 is #8B7D88. Grayscale: #7C7C7C. Windows color (decimal): -9141641 or 7832180. OLE color: 7832180.

HSL color Cylindrical-coordinate representation of color #748277: hue angle of 132.86º 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 #748277 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 119 -
CMYK 0.11 0 0.08 0.49
HSL 132.86º 0.06% 0.48% -
HSV(B) 132.86º 0.11% 0.51% -
XYZ 18.51 21.01 20.53 -
YUV 124.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 116 130 119 0.11 0 0.08 0.49 132.86 0.06 0.48
Hex 74 82 77 B 0 8 31 85 6 30
Octal 164 202 167 13 0 10 61 205 6 60
Binary 1110100 10000010 1110111 1011 0 1000 110001 10000101 110 110000

Color Harmonies of #748277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748277

Black with #748277

Text Example


Text Example

White with #748277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748277; }

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

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

background-color css

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

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

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

border-color css

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

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

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