#7C918D

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

Shades of Juniper #7C918D

Tints of Juniper #7C918D

Color information

#7C918D (or 0x7C918D) is unknown color: approx Juniper. HEX triplet: 7C, 91 and 8D. RGB value is (124,145,141). Sum of RGB (Red+Green+Blue) = 124+145+141=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #7C918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C918D is #836E72. Grayscale: #8A8A8A. Windows color (decimal): -8613491 or 9277820. OLE color: 9277820.

HSL color Cylindrical-coordinate representation of color #7C918D: hue angle of 168.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C918D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB124145141-
CMYK0.1400.030.43
HSL168.57º8.71%52.75%-
HSV(B)168.57º14.48%56.86%-
XYZ23.2526.4629.08-
YUV138.27129.54117.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=30.24%
G=35.37%
B=34.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241451410.1400.030.43168.578.7152.75
Hex7C918DE032Ba9935
Octal1742212151603532511165
Binary111110010010001100011011110011101011101010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,141); }

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

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

 a { background-color: rgb(124,145,141); }

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

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

 span { border-color: rgb(124,145,141); }

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