Html Css Color HEX #7D8B82 Blue Smoke

📋 copy color: '#7D8B82'

red 125 ◦ green 139 ◦ blue 130

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

Shades of Blue Smoke #7D8B82

Tints of Blue Smoke #7D8B82

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 31.73%
G = 35.28%
B = 32.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#7D8B82 (or 0x7D8B82) is known color: Blue Smoke. HEX triplet: 7D, 8B and 82. RGB value is (125,139,130). Sum of RGB (Red+Green+Blue) = 125+139+130=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8B82 is #82747D. Grayscale: #858585. Windows color (decimal): -8549502 or 8555389. OLE color: 8555389.

HSL color Cylindrical-coordinate representation of color #7D8B82: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D8B82 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 139 130 -
CMYK 0.10 0 0.06 0.45
HSL 141.43º 0.06% 0.52% -
HSV(B) 141.43º 0.1% 0.55% -
XYZ 21.72 24.44 24.69 -
YUV 133.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 125 139 130 0.10 0 0.06 0.45 141.43 0.06 0.52
Hex 7D 8B 82 A 0 6 2D 8D 6 34
Octal 175 213 202 12 0 6 55 215 6 64
Binary 1111101 10001011 10000010 1010 0 110 101101 10001101 110 110100

Color Harmonies of #7D8B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8B82

Black with #7D8B82

Text Example


Text Example

White with #7D8B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,139,130); }

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

background-color css

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

 a { background-color: rgb(125,139,130); }

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

border-color css

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

 span { border-color: rgb(125,139,130); }

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