Html Css Color HEX #76877C Blue Smoke

📋 copy color: '#76877C'

red 118 ◦ green 135 ◦ blue 124

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

Shades of Blue Smoke #76877C

Tints of Blue Smoke #76877C

RGB

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

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

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

R = 31.3%
G = 35.81%
B = 32.89%

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

#76877C (or 0x76877C) is known color: Blue Smoke. HEX triplet: 76, 87 and 7C. RGB value is (118,135,124). Sum of RGB (Red+Green+Blue) = 118+135+124=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #76877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76877C is #897883. Grayscale: #808080. Windows color (decimal): -9009284 or 8161142. OLE color: 8161142.

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

Color convert

RGB 118 135 124 -
CMYK 0.13 0 0.08 0.47
HSL 141.18º 0.07% 0.5% -
HSV(B) 141.18º 0.13% 0.53% -
XYZ 19.77 22.63 22.4 -
YUV 128.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 118 135 124 0.13 0 0.08 0.47 141.18 0.07 0.5
Hex 76 87 7C D 0 8 2F 8D 7 32
Octal 166 207 174 15 0 10 57 215 7 62
Binary 1110110 10000111 1111100 1101 0 1000 101111 10001101 111 110010

Color Harmonies of #76877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76877C

Black with #76877C

Text Example


Text Example

White with #76877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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