Html Css Color HEX #7D9581 Blue Smoke

📋 copy color: '#7D9581'

red 125 ◦ green 149 ◦ blue 129

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

Shades of Blue Smoke #7D9581

Tints of Blue Smoke #7D9581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 31.02%
G = 36.97%
B = 32.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#7D9581 (or 0x7D9581) is known color: Blue Smoke. HEX triplet: 7D, 95 and 81. RGB value is (125,149,129). Sum of RGB (Red+Green+Blue) = 125+149+129=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9581 is #826A7E. Grayscale: #8B8B8B. Windows color (decimal): -8546943 or 8492413. OLE color: 8492413.

HSL color Cylindrical-coordinate representation of color #7D9581: hue angle of 130º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D9581 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 129 -
CMYK 0.16 0 0.13 0.42
HSL 130º 0.1% 0.54% -
HSV(B) 130º 0.16% 0.58% -
XYZ 23.17 27.44 24.84 -
YUV 139.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 125 149 129 0.16 0 0.13 0.42 130 0.1 0.54
Hex 7D 95 81 10 0 D 2A 82 A 36
Octal 175 225 201 20 0 15 52 202 12 66
Binary 1111101 10010101 10000001 10000 0 1101 101010 10000010 1010 110110

Color Harmonies of #7D9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9581

Black with #7D9581

Text Example


Text Example

White with #7D9581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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