Html Css Color HEX #7D857F Blue Smoke

📋 copy color: '#7D857F'

red 125 ◦ green 133 ◦ blue 127

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

Shades of Blue Smoke #7D857F

Tints of Blue Smoke #7D857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 32.47%
G = 34.55%
B = 32.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#7D857F (or 0x7D857F) is known color: Blue Smoke. HEX triplet: 7D, 85 and 7F. RGB value is (125,133,127). Sum of RGB (Red+Green+Blue) = 125+133+127=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #7D857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D857F is #827A80. Grayscale: #818181. Windows color (decimal): -8551041 or 8357245. OLE color: 8357245.

HSL color Cylindrical-coordinate representation of color #7D857F: hue angle of 135º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D857F is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 127 -
CMYK 0.06 0 0.05 0.48
HSL 135º 0.03% 0.51% -
HSV(B) 135º 0.06% 0.52% -
XYZ 20.68 22.67 23.36 -
YUV 129.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 125 133 127 0.06 0 0.05 0.48 135 0.03 0.51
Hex 7D 85 7F 6 0 5 30 87 3 33
Octal 175 205 177 6 0 5 60 207 3 63
Binary 1111101 10000101 1111111 110 0 101 110000 10000111 11 110011

Color Harmonies of #7D857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D857F

Black with #7D857F

Text Example


Text Example

White with #7D857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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