#7A9395

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

Shades of Juniper #7A9395

Tints of Juniper #7A9395

Color information

#7A9395 (or 0x7A9395) is unknown color: approx Juniper. HEX triplet: 7A, 93 and 95. RGB value is (122,147,149). Sum of RGB (Red+Green+Blue) = 122+147+149=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A9395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9395 is #856C6A. Grayscale: #8B8B8B. Windows color (decimal): -8744043 or 9802618. OLE color: 9802618.

HSL color Cylindrical-coordinate representation of color #7A9395: hue angle of 184.44º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A9395 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB122147149-
CMYK0.180.0100.42
HSL184.44º11.3%53.14%-
HSV(B)184.44º18.12%58.43%-
XYZ23.8827.1732.42-
YUV139.75133.22115.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=29.19%
G=35.17%
B=35.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221471490.180.0100.42184.4411.353.14
Hex7A939512102Ab8b35
Octal1722232252210522701365
Binary111101010010011100101011001010101010101110001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,147,149); }

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

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

 a { background-color: rgb(122,147,149); }

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

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

 span { border-color: rgb(122,147,149); }

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