#77867E

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

Shades of Blue Smoke #77867E

Tints of Blue Smoke #77867E

Color information

#77867E (or 0x77867E) is unknown color: approx Blue Smoke. HEX triplet: 77, 86 and 7E. RGB value is (119,134,126). Sum of RGB (Red+Green+Blue) = 119+134+126=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #77867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77867E is #887981. Grayscale: #808080. Windows color (decimal): -8944002 or 8291959. OLE color: 8291959.

HSL color Cylindrical-coordinate representation of color #77867E: hue angle of 148º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77867E is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB119134126-
CMYK0.1100.060.47
HSL148º5.93%49.61%-
HSV(B)148º11.19%52.55%-
XYZ19.922.4823.03-
YUV128.6126.53121.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=31.40%
G=35.36%
B=33.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341260.1100.060.471485.9349.61
Hex77867EB062F94632
Octal167206176130657224662
Binary11101111000011011111101011011010111110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77867E; }

 p { color: rgb(119,134,126); }

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

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

 a { background-color: rgb(119,134,126); }

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

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

 span { border-color: rgb(119,134,126); }

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