Html Css Color HEX #769B80 Oxley

📋 copy color: '#769B80'

red 118 ◦ green 155 ◦ blue 128

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

Shades of Oxley #769B80

Tints of Oxley #769B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.65%

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

R = 29.43%
G = 38.65%
B = 31.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#769B80 (or 0x769B80) is known color: Oxley. HEX triplet: 76, 9B and 80. RGB value is (118,155,128). Sum of RGB (Red+Green+Blue) = 118+155+128=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #769B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B80 is #89647F. Grayscale: #8C8C8C. Windows color (decimal): -9004160 or 8428406. OLE color: 8428406.

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

Color convert

RGB 118 155 128 -
CMYK 0.24 0 0.17 0.39
HSL 136.22º 0.16% 0.54% -
HSV(B) 136.22º 0.24% 0.61% -
XYZ 23.09 28.85 24.77 -
YUV 140.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 118 155 128 0.24 0 0.17 0.39 136.22 0.16 0.54
Hex 76 9B 80 18 0 11 27 88 10 36
Octal 166 233 200 30 0 21 47 210 20 66
Binary 1110110 10011011 10000000 11000 0 10001 100111 10001000 10000 110110

Color Harmonies of #769B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B80

Black with #769B80

Text Example


Text Example

White with #769B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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