#7C9896

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

Shades of Juniper #7C9896

Tints of Juniper #7C9896

Color information

#7C9896 (or 0x7C9896) is unknown color: approx Juniper. HEX triplet: 7C, 98 and 96. RGB value is (124,152,150). Sum of RGB (Red+Green+Blue) = 124+152+150=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9896 is #836769. Grayscale: #8F8F8F. Windows color (decimal): -8611690 or 9869436. OLE color: 9869436.

HSL color Cylindrical-coordinate representation of color #7C9896: hue angle of 175.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C9896 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB124152150-
CMYK0.1800.010.40
HSL175.71º11.97%54.12%-
HSV(B)175.71º18.42%59.61%-
XYZ25.0528.9433.12-
YUV143.4131.72114.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.11%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=29.11%
G=35.68%
B=35.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241521500.1800.010.40175.7111.9754.12
Hex7C9896120128b0c36
Octal1742302262201502601466
Binary111110010011000100101101001001101000101100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,150); }

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

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

 a { background-color: rgb(124,152,150); }

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

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

 span { border-color: rgb(124,152,150); }

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