#769792

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

Shades of Juniper #769792

Tints of Juniper #769792

Color information

#769792 (or 0x769792) is unknown color: approx Juniper. HEX triplet: 76, 97 and 92. RGB value is (118,151,146). Sum of RGB (Red+Green+Blue) = 118+151+146=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #769792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769792 is #89686D. Grayscale: #8C8C8C. Windows color (decimal): -9005166 or 9607030. OLE color: 9607030.

HSL color Cylindrical-coordinate representation of color #769792: hue angle of 170.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769792 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB118151146-
CMYK0.2200.030.41
HSL170.91º13.69%52.75%-
HSV(B)170.91º21.85%59.22%-
XYZ23.7328.0631.36-
YUV140.56131.07111.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=28.43%
G=36.39%
B=35.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511460.2200.030.41170.9113.6952.75
Hex769792160329abe35
Octal1662272222603512531665
Binary1110110100101111001001010110011101001101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769792; }

 p { color: rgb(118,151,146); }

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

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

 a { background-color: rgb(118,151,146); }

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

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

 span { border-color: rgb(118,151,146); }

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