#727B74

Color #727B74 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #727B74

Tints of Blue Smoke #727B74

Color information

#727B74 (or 0x727B74) is unknown color: approx Blue Smoke. HEX triplet: 72, 7B and 74. RGB value is (114,123,116). Sum of RGB (Red+Green+Blue) = 114+123+116=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 123 - color contains mainly: green. Hex color #727B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B74 is #8D848B. Grayscale: #777777. Windows color (decimal): -9274508 or 7633778. OLE color: 7633778.

HSL color Cylindrical-coordinate representation of color #727B74: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727B74 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB114123116-
CMYK0.0700.060.52
HSL133.33º3.8%46.47%-
HSV(B)133.33º7.32%48.24%-
XYZ17.171919.29-
YUV119.51126.02124.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=32.29%
G=34.84%
B=32.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141231160.0700.060.52133.333.846.47
Hex727B74706348542e
Octal16217316470664205456
Binary111001011110111110100111011011010010000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727B74; }

 p { color: rgb(114,123,116); }

 H1.HeaderClassName
 {
   color: #727B74;
 }
 .AnyTagClassName
 {
   color: #727B74;
 }
</style>
background-color css

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

 a { background-color: rgb(114,123,116); }

 div.DivClassName
 {
   background-color: #727B74;
 }
 .BgClassName
 {
   background-color: #727B74;
 }
</style>
border-color css

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

 span { border-color: rgb(114,123,116); }

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