Html Css Color HEX #748577 Blue Smoke

📋 copy color: '#748577'

red 116 ◦ green 133 ◦ blue 119

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

Shades of Blue Smoke #748577

Tints of Blue Smoke #748577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 31.52%
G = 36.14%
B = 32.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#748577 (or 0x748577) is known color: Blue Smoke. HEX triplet: 74, 85 and 77. RGB value is (116,133,119). Sum of RGB (Red+Green+Blue) = 116+133+119=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #748577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748577 is #8B7A88. Grayscale: #7E7E7E. Windows color (decimal): -9140873 or 7832948. OLE color: 7832948.

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

Color convert

RGB 116 133 119 -
CMYK 0.13 0 0.11 0.48
HSL 130.59º 0.07% 0.49% -
HSV(B) 130.59º 0.13% 0.52% -
XYZ 18.92 21.82 20.67 -
YUV 126.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 116 133 119 0.13 0 0.11 0.48 130.59 0.07 0.49
Hex 74 85 77 D 0 B 30 83 7 31
Octal 164 205 167 15 0 13 60 203 7 61
Binary 1110100 10000101 1110111 1101 0 1011 110000 10000011 111 110001

Color Harmonies of #748577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748577

Black with #748577

Text Example


Text Example

White with #748577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748577; }

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

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

background-color css

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

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

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

border-color css

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

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

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