Html Css Color HEX #76887D Blue Smoke

📋 copy color: '#76887D'

red 118 ◦ green 136 ◦ blue 125

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

Shades of Blue Smoke #76887D

Tints of Blue Smoke #76887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 31.13%
G = 35.88%
B = 32.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#76887D (or 0x76887D) is known color: Blue Smoke. HEX triplet: 76, 88 and 7D. RGB value is (118,136,125). Sum of RGB (Red+Green+Blue) = 118+136+125=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #76887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76887D is #897782. Grayscale: #818181. Windows color (decimal): -9009027 or 8226934. OLE color: 8226934.

HSL color Cylindrical-coordinate representation of color #76887D: hue angle of 143.33º 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 #76887D is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 125 -
CMYK 0.13 0 0.08 0.47
HSL 143.33º 0.07% 0.5% -
HSV(B) 143.33º 0.13% 0.53% -
XYZ 19.98 22.94 22.78 -
YUV 129.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 118 136 125 0.13 0 0.08 0.47 143.33 0.07 0.5
Hex 76 88 7D D 0 8 2F 8F 7 32
Octal 166 210 175 15 0 10 57 217 7 62
Binary 1110110 10001000 1111101 1101 0 1000 101111 10001111 111 110010

Color Harmonies of #76887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76887D

Black with #76887D

Text Example


Text Example

White with #76887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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