#76989B

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

Shades of Juniper #76989B

Tints of Juniper #76989B

Color information

#76989B (or 0x76989B) is unknown color: approx Juniper. HEX triplet: 76, 98 and 9B. RGB value is (118,152,155). Sum of RGB (Red+Green+Blue) = 118+152+155=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #76989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76989B is #896764. Grayscale: #8E8E8E. Windows color (decimal): -9004901 or 10197110. OLE color: 10197110.

HSL color Cylindrical-coordinate representation of color #76989B: hue angle of 184.86º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76989B is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118152155-
CMYK0.240.0200.39
HSL184.86º15.61%53.53%-
HSV(B)184.86º23.87%60.78%-
XYZ24.6228.6735.25-
YUV142.18135.24110.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=27.76%
G=35.76%
B=36.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181521550.240.0200.39184.8615.6153.53
Hex76989B182027b91036
Octal1662302333020472712066
Binary11101101001100010011011110001001001111011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76989B; }

 p { color: rgb(118,152,155); }

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

<style>
 a { background-color: #76989B; }

 a { background-color: rgb(118,152,155); }

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

<style>
 span { border-color: #76989B; }

 span { border-color: rgb(118,152,155); }

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