Html Css Color HEX #748077 Blue Smoke

📋 copy color: '#748077'

red 116 ◦ green 128 ◦ blue 119

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

Shades of Blue Smoke #748077

Tints of Blue Smoke #748077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

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

R = 31.96%
G = 35.26%
B = 32.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#748077 (or 0x748077) is known color: Blue Smoke. HEX triplet: 74, 80 and 77. RGB value is (116,128,119). Sum of RGB (Red+Green+Blue) = 116+128+119=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 128 - color contains mainly: green. Hex color #748077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748077 is #8B7F88. Grayscale: #7B7B7B. Windows color (decimal): -9142153 or 7831668. OLE color: 7831668.

HSL color Cylindrical-coordinate representation of color #748077: hue angle of 135º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #748077 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 119 -
CMYK 0.09 0 0.07 0.50
HSL 135º 0.05% 0.48% -
HSV(B) 135º 0.09% 0.5% -
XYZ 18.25 20.48 20.44 -
YUV 123.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 116 128 119 0.09 0 0.07 0.50 135 0.05 0.48
Hex 74 80 77 9 0 7 32 87 5 30
Octal 164 200 167 11 0 7 62 207 5 60
Binary 1110100 10000000 1110111 1001 0 111 110010 10000111 101 110000

Color Harmonies of #748077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748077

Black with #748077

Text Example


Text Example

White with #748077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748077; }

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

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

background-color css

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

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

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

border-color css

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

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

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