Html Css Color HEX #769080 Oxley

📋 copy color: '#769080'

red 118 ◦ green 144 ◦ blue 128

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

Shades of Oxley #769080

Tints of Oxley #769080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.92%

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

R = 30.26%
G = 36.92%
B = 32.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#769080 (or 0x769080) is known color: Oxley. HEX triplet: 76, 90 and 80. RGB value is (118,144,128). Sum of RGB (Red+Green+Blue) = 118+144+128=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #769080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769080 is #896F7F. Grayscale: #868686. Windows color (decimal): -9006976 or 8425590. OLE color: 8425590.

HSL color Cylindrical-coordinate representation of color #769080: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #769080 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 128 -
CMYK 0.18 0 0.11 0.44
HSL 143.08º 0.1% 0.51% -
HSV(B) 143.08º 0.18% 0.56% -
XYZ 21.34 25.36 24.19 -
YUV 134.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 118 144 128 0.18 0 0.11 0.44 143.08 0.1 0.51
Hex 76 90 80 12 0 B 2C 8F A 33
Octal 166 220 200 22 0 13 54 217 12 63
Binary 1110110 10010000 10000000 10010 0 1011 101100 10001111 1010 110011

Color Harmonies of #769080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769080

Black with #769080

Text Example


Text Example

White with #769080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769080; }

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

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

background-color css

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

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

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

border-color css

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

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

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