Html Css Color HEX #739080 Oxley

📋 copy color: '#739080'

red 115 ◦ green 144 ◦ blue 128

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

Shades of Oxley #739080

Tints of Oxley #739080

RGB

 RED value IS 115 (45.31% from 255) = 29.72%

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

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

R = 29.72%
G = 37.21%
B = 33.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#739080 (or 0x739080) is known color: Oxley. HEX triplet: 73, 90 and 80. RGB value is (115,144,128). Sum of RGB (Red+Green+Blue) = 115+144+128=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #739080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739080 is #8C6F7F. Grayscale: #858585. Windows color (decimal): -9203584 or 8425587. OLE color: 8425587.

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

Color convert

RGB 115 144 128 -
CMYK 0.20 0 0.11 0.44
HSL 146.9º 0.12% 0.51% -
HSV(B) 146.9º 0.2% 0.56% -
XYZ 20.94 25.15 24.17 -
YUV 133.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 115 144 128 0.20 0 0.11 0.44 146.9 0.12 0.51
Hex 73 90 80 14 0 B 2C 93 C 33
Octal 163 220 200 24 0 13 54 223 14 63
Binary 1110011 10010000 10000000 10100 0 1011 101100 10010011 1100 110011

Color Harmonies of #739080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739080

Black with #739080

Text Example


Text Example

White with #739080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739080; }

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

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

background-color css

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

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

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

border-color css

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

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

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