#7D8F8E

Color #7D8F8E Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #7D8F8E

Tints of Juniper #7D8F8E

Color information

#7D8F8E (or 0x7D8F8E) is unknown color: approx Juniper. HEX triplet: 7D, 8F and 8E. RGB value is (125,143,142). Sum of RGB (Red+Green+Blue) = 125+143+142=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8F8E is #827071. Grayscale: #898989. Windows color (decimal): -8548466 or 9342845. OLE color: 9342845.

HSL color Cylindrical-coordinate representation of color #7D8F8E: hue angle of 176.67º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D8F8E is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB125143142-
CMYK0.1300.010.44
HSL176.67º7.44%52.55%-
HSV(B)176.67º12.59%56.08%-
XYZ23.1625.9629.38-
YUV137.5130.54119.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=30.49%
G=34.88%
B=34.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251431420.1300.010.44176.677.4452.55
Hex7D8F8ED012Cb1735
Octal175217216150154261765
Binary1111101100011111000111011010110110010110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,143,142); }

 H1.HeaderClassName
 {
   color: #7D8F8E;
 }
 .AnyTagClassName
 {
   color: #7D8F8E;
 }
</style>
background-color css

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

 a { background-color: rgb(125,143,142); }

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

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

 span { border-color: rgb(125,143,142); }

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