Html Css Color HEX #769C80 Oxley

📋 copy color: '#769C80'

red 118 ◦ green 156 ◦ blue 128

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

Shades of Oxley #769C80

Tints of Oxley #769C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.81%

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

R = 29.35%
G = 38.81%
B = 31.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#769C80 (or 0x769C80) is known color: Oxley. HEX triplet: 76, 9C and 80. RGB value is (118,156,128). Sum of RGB (Red+Green+Blue) = 118+156+128=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #769C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C80 is #89637F. Grayscale: #8D8D8D. Windows color (decimal): -9003904 or 8428662. OLE color: 8428662.

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

Color convert

RGB 118 156 128 -
CMYK 0.24 0 0.18 0.39
HSL 135.79º 0.16% 0.54% -
HSV(B) 135.79º 0.24% 0.61% -
XYZ 23.26 29.19 24.83 -
YUV 141.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 118 156 128 0.24 0 0.18 0.39 135.79 0.16 0.54
Hex 76 9C 80 18 0 12 27 88 10 36
Octal 166 234 200 30 0 22 47 210 20 66
Binary 1110110 10011100 10000000 11000 0 10010 100111 10001000 10000 110110

Color Harmonies of #769C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C80

Black with #769C80

Text Example


Text Example

White with #769C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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