Html Css Color HEX #748777 Blue Smoke

📋 copy color: '#748777'

red 116 ◦ green 135 ◦ blue 119

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

Shades of Blue Smoke #748777

Tints of Blue Smoke #748777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 31.35%
G = 36.49%
B = 32.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#748777 (or 0x748777) is known color: Blue Smoke. HEX triplet: 74, 87 and 77. RGB value is (116,135,119). Sum of RGB (Red+Green+Blue) = 116+135+119=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #748777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748777 is #8B7888. Grayscale: #7F7F7F. Windows color (decimal): -9140361 or 7833460. OLE color: 7833460.

HSL color Cylindrical-coordinate representation of color #748777: hue angle of 129.47º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748777 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 119 -
CMYK 0.14 0 0.12 0.47
HSL 129.47º 0.08% 0.49% -
HSV(B) 129.47º 0.14% 0.53% -
XYZ 19.2 22.37 20.76 -
YUV 127.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 116 135 119 0.14 0 0.12 0.47 129.47 0.08 0.49
Hex 74 87 77 E 0 C 2F 81 8 31
Octal 164 207 167 16 0 14 57 201 10 61
Binary 1110100 10000111 1110111 1110 0 1100 101111 10000001 1000 110001

Color Harmonies of #748777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748777

Black with #748777

Text Example


Text Example

White with #748777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748777; }

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

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

background-color css

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

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

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

border-color css

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

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

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