Html Css Color HEX #769A80 Oxley

📋 copy color: '#769A80'

red 118 ◦ green 154 ◦ blue 128

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

Shades of Oxley #769A80

Tints of Oxley #769A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 128 (50.39% from 255) = 32%

R = 29.5%
G = 38.5%
B = 32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#769A80 (or 0x769A80) is known color: Oxley. HEX triplet: 76, 9A and 80. RGB value is (118,154,128). Sum of RGB (Red+Green+Blue) = 118+154+128=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #769A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A80 is #89657F. Grayscale: #8C8C8C. Windows color (decimal): -9004416 or 8428150. OLE color: 8428150.

HSL color Cylindrical-coordinate representation of color #769A80: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769A80 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 128 -
CMYK 0.23 0 0.17 0.40
HSL 136.67º 0.15% 0.53% -
HSV(B) 136.67º 0.23% 0.6% -
XYZ 22.92 28.52 24.72 -
YUV 140.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 118 154 128 0.23 0 0.17 0.40 136.67 0.15 0.53
Hex 76 9A 80 17 0 11 28 89 F 35
Octal 166 232 200 27 0 21 50 211 17 65
Binary 1110110 10011010 10000000 10111 0 10001 101000 10001001 1111 110101

Color Harmonies of #769A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A80

Black with #769A80

Text Example


Text Example

White with #769A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,128); }

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

background-color css

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

 a { background-color: rgb(118,154,128); }

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

border-color css

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

 span { border-color: rgb(118,154,128); }

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