Html Css Color HEX #769E84 Oxley

📋 copy color: '#769E84'

red 118 ◦ green 158 ◦ blue 132

#769E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #769E84

Tints of Oxley #769E84

RGB

 RED value IS 118 (46.48% from 255) = 28.92%

 GREEN value IS 158 (62.11% from 255) = 38.73%

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 28.92%
G = 38.73%
B = 32.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#769E84 (or 0x769E84) is known color: Oxley. HEX triplet: 76, 9E and 84. RGB value is (118,158,132). Sum of RGB (Red+Green+Blue) = 118+158+132=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #769E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E84 is #89617B. Grayscale: #8F8F8F. Windows color (decimal): -9003388 or 8691318. OLE color: 8691318.

HSL color Cylindrical-coordinate representation of color #769E84: hue angle of 141º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769E84 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 158 132 -
CMYK 0.25 0 0.16 0.38
HSL 141º 0.17% 0.54% -
HSV(B) 141º 0.25% 0.62% -
XYZ 23.86 29.97 26.36 -
YUV 143.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 118 158 132 0.25 0 0.16 0.38 141 0.17 0.54
Hex 76 9E 84 19 0 10 26 8D 11 36
Octal 166 236 204 31 0 20 46 215 21 66
Binary 1110110 10011110 10000100 11001 0 10000 100110 10001101 10001 110110

Color Harmonies of #769E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E84

Black with #769E84

Text Example


Text Example

White with #769E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #769E84;
 }
 .AnyTagClassName
 {
   color: #769E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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