Html Css Color HEX #76887C Blue Smoke

📋 copy color: '#76887C'

red 118 ◦ green 136 ◦ blue 124

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

Shades of Blue Smoke #76887C

Tints of Blue Smoke #76887C

RGB

 RED value IS 118 (46.48% from 255) = 31.22%

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 31.22%
G = 35.98%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#76887C (or 0x76887C) is known color: Blue Smoke. HEX triplet: 76, 88 and 7C. RGB value is (118,136,124). Sum of RGB (Red+Green+Blue) = 118+136+124=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #76887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76887C is #897783. Grayscale: #818181. Windows color (decimal): -9009028 or 8161398. OLE color: 8161398.

HSL color Cylindrical-coordinate representation of color #76887C: hue angle of 140º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #76887C is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 124 -
CMYK 0.13 0 0.09 0.47
HSL 140º 0.07% 0.5% -
HSV(B) 140º 0.13% 0.53% -
XYZ 19.91 22.92 22.44 -
YUV 129.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 118 136 124 0.13 0 0.09 0.47 140 0.07 0.5
Hex 76 88 7C D 0 9 2F 8C 7 32
Octal 166 210 174 15 0 11 57 214 7 62
Binary 1110110 10001000 1111100 1101 0 1001 101111 10001100 111 110010

Color Harmonies of #76887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76887C

Black with #76887C

Text Example


Text Example

White with #76887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76887C; }

 p { color: rgb(118,136,124); }

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

background-color css

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

 a { background-color: rgb(118,136,124); }

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

border-color css

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

 span { border-color: rgb(118,136,124); }

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