Html Css Color HEX #7D887F Blue Smoke

📋 copy color: '#7D887F'

red 125 ◦ green 136 ◦ blue 127

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

Shades of Blue Smoke #7D887F

Tints of Blue Smoke #7D887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 32.22%
G = 35.05%
B = 32.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#7D887F (or 0x7D887F) is known color: Blue Smoke. HEX triplet: 7D, 88 and 7F. RGB value is (125,136,127). Sum of RGB (Red+Green+Blue) = 125+136+127=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #7D887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D887F is #827780. Grayscale: #838383. Windows color (decimal): -8550273 or 8358013. OLE color: 8358013.

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

Color convert

RGB 125 136 127 -
CMYK 0.08 0 0.07 0.47
HSL 130.91º 0.04% 0.51% -
HSV(B) 130.91º 0.08% 0.53% -
XYZ 21.09 23.5 23.5 -
YUV 131.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 125 136 127 0.08 0 0.07 0.47 130.91 0.04 0.51
Hex 7D 88 7F 8 0 7 2F 83 4 33
Octal 175 210 177 10 0 7 57 203 4 63
Binary 1111101 10001000 1111111 1000 0 111 101111 10000011 100 110011

Color Harmonies of #7D887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D887F

Black with #7D887F

Text Example


Text Example

White with #7D887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,127); }

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

background-color css

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

 a { background-color: rgb(125,136,127); }

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

border-color css

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

 span { border-color: rgb(125,136,127); }

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