Html Css Color HEX #7D8680 Blue Smoke

📋 copy color: '#7D8680'

red 125 ◦ green 134 ◦ blue 128

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

Shades of Blue Smoke #7D8680

Tints of Blue Smoke #7D8680

RGB

 RED value IS 125 (49.22% from 255) = 32.3%

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 32.3%
G = 34.63%
B = 33.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#7D8680 (or 0x7D8680) is known color: Blue Smoke. HEX triplet: 7D, 86 and 80. RGB value is (125,134,128). Sum of RGB (Red+Green+Blue) = 125+134+128=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8680 is #82797F. Grayscale: #828282. Windows color (decimal): -8550784 or 8423037. OLE color: 8423037.

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

Color convert

RGB 125 134 128 -
CMYK 0.07 0 0.04 0.47
HSL 140º 0.04% 0.51% -
HSV(B) 140º 0.07% 0.53% -
XYZ 20.88 22.97 23.76 -
YUV 130.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 125 134 128 0.07 0 0.04 0.47 140 0.04 0.51
Hex 7D 86 80 7 0 4 2F 8C 4 33
Octal 175 206 200 7 0 4 57 214 4 63
Binary 1111101 10000110 10000000 111 0 100 101111 10001100 100 110011

Color Harmonies of #7D8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8680

Black with #7D8680

Text Example


Text Example

White with #7D8680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8680; }

 p { color: rgb(125,134,128); }

 H1.HeaderClassName
 {
   color: #7D8680;
 }
 .AnyTagClassName
 {
   color: #7D8680;
 }
</style>

background-color css

<style>
 a { background-color: #7D8680; }

 a { background-color: rgb(125,134,128); }

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

border-color css

<style>
 span { border-color: #7D8680; }

 span { border-color: rgb(125,134,128); }

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