#7F9192

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

Shades of Juniper #7F9192

Tints of Juniper #7F9192

Color information

#7F9192 (or 0x7F9192) is unknown color: approx Juniper. HEX triplet: 7F, 91 and 92. RGB value is (127,145,146). Sum of RGB (Red+Green+Blue) = 127+145+146=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F9192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9192 is #806E6D. Grayscale: #8B8B8B. Windows color (decimal): -8416878 or 9605503. OLE color: 9605503.

HSL color Cylindrical-coordinate representation of color #7F9192: hue angle of 183.16º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F9192 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB127145146-
CMYK0.130.0100.43
HSL183.16º8.02%53.53%-
HSV(B)183.16º13.01%57.25%-
XYZ24.0726.8431.11-
YUV139.73131.54118.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.38%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=30.38%
G=34.69%
B=34.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271451460.130.0100.43183.168.0253.53
Hex7F9192D102Bb7836
Octal1772212221510532671066
Binary11111111001000110010010110110101011101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,145,146); }

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

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

 a { background-color: rgb(127,145,146); }

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

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

 span { border-color: rgb(127,145,146); }

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