Html Css Color HEX #76857C Blue Smoke

📋 copy color: '#76857C'

red 118 ◦ green 133 ◦ blue 124

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

Shades of Blue Smoke #76857C

Tints of Blue Smoke #76857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 31.47%
G = 35.47%
B = 33.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#76857C (or 0x76857C) is known color: Blue Smoke. HEX triplet: 76, 85 and 7C. RGB value is (118,133,124). Sum of RGB (Red+Green+Blue) = 118+133+124=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #76857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76857C is #897A83. Grayscale: #7F7F7F. Windows color (decimal): -9009796 or 8160630. OLE color: 8160630.

HSL color Cylindrical-coordinate representation of color #76857C: hue angle of 144º 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 #76857C is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 124 -
CMYK 0.11 0 0.07 0.48
HSL 144º 0.06% 0.49% -
HSV(B) 144º 0.11% 0.52% -
XYZ 19.5 22.08 22.3 -
YUV 127.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 118 133 124 0.11 0 0.07 0.48 144 0.06 0.49
Hex 76 85 7C B 0 7 30 90 6 31
Octal 166 205 174 13 0 7 60 220 6 61
Binary 1110110 10000101 1111100 1011 0 111 110000 10010000 110 110001

Color Harmonies of #76857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76857C

Black with #76857C

Text Example


Text Example

White with #76857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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