Html Css Color HEX #76847C Blue Smoke

📋 copy color: '#76847C'

red 118 ◦ green 132 ◦ blue 124

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

Shades of Blue Smoke #76847C

Tints of Blue Smoke #76847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 31.55%
G = 35.29%
B = 33.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#76847C (or 0x76847C) is known color: Blue Smoke. HEX triplet: 76, 84 and 7C. RGB value is (118,132,124). Sum of RGB (Red+Green+Blue) = 118+132+124=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #76847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76847C is #897B83. Grayscale: #7E7E7E. Windows color (decimal): -9010052 or 8160374. OLE color: 8160374.

HSL color Cylindrical-coordinate representation of color #76847C: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76847C is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 124 -
CMYK 0.11 0 0.06 0.48
HSL 145.71º 0.06% 0.49% -
HSV(B) 145.71º 0.11% 0.52% -
XYZ 19.36 21.81 22.26 -
YUV 126.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 118 132 124 0.11 0 0.06 0.48 145.71 0.06 0.49
Hex 76 84 7C B 0 6 30 92 6 31
Octal 166 204 174 13 0 6 60 222 6 61
Binary 1110110 10000100 1111100 1011 0 110 110000 10010010 110 110001

Color Harmonies of #76847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76847C

Black with #76847C

Text Example


Text Example

White with #76847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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