#768A8B

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

Shades of Juniper #768A8B

Tints of Juniper #768A8B

Color information

#768A8B (or 0x768A8B) is unknown color: approx Juniper. HEX triplet: 76, 8A and 8B. RGB value is (118,138,139). Sum of RGB (Red+Green+Blue) = 118+138+139=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #768A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A8B is #897574. Grayscale: #848484. Windows color (decimal): -9008501 or 9144950. OLE color: 9144950.

HSL color Cylindrical-coordinate representation of color #768A8B: hue angle of 182.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #768A8B is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118138139-
CMYK0.150.0100.45
HSL182.86º8.3%50.39%-
HSV(B)182.86º15.11%54.51%-
XYZ21.2223.8927.92-
YUV132.13131.87117.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=29.87%
G=34.94%
B=35.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181381390.150.0100.45182.868.350.39
Hex768A8BF102Db7832
Octal1662122131710552671062
Binary11101101000101010001011111110101101101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A8B; }

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

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

<style>
 a { background-color: #768A8B; }

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

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

<style>
 span { border-color: #768A8B; }

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

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