#769B84

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

Shades of Oxley #769B84

Tints of Oxley #769B84

Color information

#769B84 (or 0x769B84) is unknown color: approx Oxley. HEX triplet: 76, 9B and 84. RGB value is (118,155,132). Sum of RGB (Red+Green+Blue) = 118+155+132=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #769B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B84 is #89647B. Grayscale: #8D8D8D. Windows color (decimal): -9004156 or 8690550. OLE color: 8690550.

HSL color Cylindrical-coordinate representation of color #769B84: hue angle of 142.7º 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 #769B84 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB118155132-
CMYK0.2400.150.39
HSL142.7º15.61%53.53%-
HSV(B)142.7º23.87%60.78%-
XYZ23.3628.9626.19-
YUV141.32122.74111.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=29.14%
G=38.27%
B=32.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551320.2400.150.39142.715.6153.53
Hex769B84180F278f1036
Octal16623320430017472172066
Binary1110110100110111000010011000011111001111000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769B84; }

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

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

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

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

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

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

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

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