#76898A

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

Shades of Juniper #76898A

Tints of Juniper #76898A

Color information

#76898A (or 0x76898A) is unknown color: approx Juniper. HEX triplet: 76, 89 and 8A. RGB value is (118,137,138). Sum of RGB (Red+Green+Blue) = 118+137+138=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #76898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76898A is #897675. Grayscale: #838383. Windows color (decimal): -9008758 or 9079158. OLE color: 9079158.

HSL color Cylindrical-coordinate representation of color #76898A: hue angle of 183º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76898A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB118137138-
CMYK0.140.0100.46
HSL183º7.87%50.2%-
HSV(B)183º14.49%54.12%-
XYZ2123.5827.49-
YUV131.43131.71118.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=30.03%
G=34.86%
B=35.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371380.140.0100.461837.8750.2
Hex76898AE102Eb7832
Octal1662112121610562671062
Binary11101101000100110001010111010101110101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76898A; }

 p { color: rgb(118,137,138); }

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

<style>
 a { background-color: #76898A; }

 a { background-color: rgb(118,137,138); }

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

<style>
 span { border-color: #76898A; }

 span { border-color: rgb(118,137,138); }

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