#7C9997

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

Shades of Juniper #7C9997

Tints of Juniper #7C9997

Color information

#7C9997 (or 0x7C9997) is unknown color: approx Juniper. HEX triplet: 7C, 99 and 97. RGB value is (124,153,151). Sum of RGB (Red+Green+Blue) = 124+153+151=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9997 is #836668. Grayscale: #909090. Windows color (decimal): -8611433 or 9935228. OLE color: 9935228.

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

Color convert

RGB124153151-
CMYK0.1900.010.4
HSL175.86º12.45%54.31%-
HSV(B)175.86º18.95%60%-
XYZ25.2929.333.6-
YUV144.1131.89113.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=28.97%
G=35.75%
B=35.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1241531510.1900.010.4175.8612.4554.31
Hex7C9997130128b0c36
Octal1742312272301502601466
Binary111110010011001100101111001101101000101100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,153,151); }

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

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

 a { background-color: rgb(124,153,151); }

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

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

 span { border-color: rgb(124,153,151); }

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