Html Css Color HEX #7D8A81 Blue Smoke

📋 copy color: '#7D8A81'

red 125 ◦ green 138 ◦ blue 129

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

Shades of Blue Smoke #7D8A81

Tints of Blue Smoke #7D8A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 31.89%
G = 35.2%
B = 32.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#7D8A81 (or 0x7D8A81) is known color: Blue Smoke. HEX triplet: 7D, 8A and 81. RGB value is (125,138,129). Sum of RGB (Red+Green+Blue) = 125+138+129=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8A81 is #82757E. Grayscale: #858585. Windows color (decimal): -8549759 or 8489597. OLE color: 8489597.

HSL color Cylindrical-coordinate representation of color #7D8A81: hue angle of 138.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D8A81 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 138 129 -
CMYK 0.09 0 0.07 0.46
HSL 138.46º 0.05% 0.52% -
HSV(B) 138.46º 0.09% 0.54% -
XYZ 21.51 24.12 24.29 -
YUV 133.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 125 138 129 0.09 0 0.07 0.46 138.46 0.05 0.52
Hex 7D 8A 81 9 0 7 2E 8A 5 34
Octal 175 212 201 11 0 7 56 212 5 64
Binary 1111101 10001010 10000001 1001 0 111 101110 10001010 101 110100

Color Harmonies of #7D8A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8A81

Black with #7D8A81

Text Example


Text Example

White with #7D8A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,138,129); }

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

background-color css

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

 a { background-color: rgb(125,138,129); }

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

border-color css

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

 span { border-color: rgb(125,138,129); }

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