Html Css Color HEX #748177 Blue Smoke

📋 copy color: '#748177'

red 116 ◦ green 129 ◦ blue 119

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

Shades of Blue Smoke #748177

Tints of Blue Smoke #748177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

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

R = 31.87%
G = 35.44%
B = 32.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#748177 (or 0x748177) is known color: Blue Smoke. HEX triplet: 74, 81 and 77. RGB value is (116,129,119). Sum of RGB (Red+Green+Blue) = 116+129+119=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 129 - color contains mainly: green. Hex color #748177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748177 is #8B7E88. Grayscale: #7C7C7C. Windows color (decimal): -9141897 or 7831924. OLE color: 7831924.

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

Color convert

RGB 116 129 119 -
CMYK 0.10 0 0.08 0.49
HSL 133.85º 0.05% 0.48% -
HSV(B) 133.85º 0.1% 0.51% -
XYZ 18.38 20.75 20.49 -
YUV 123.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 116 129 119 0.10 0 0.08 0.49 133.85 0.05 0.48
Hex 74 81 77 A 0 8 31 86 5 30
Octal 164 201 167 12 0 10 61 206 5 60
Binary 1110100 10000001 1110111 1010 0 1000 110001 10000110 101 110000

Color Harmonies of #748177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748177

Black with #748177

Text Example


Text Example

White with #748177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748177; }

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

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

background-color css

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

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

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

border-color css

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

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

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