Html Css Color HEX #739280 Oxley

📋 copy color: '#739280'

red 115 ◦ green 146 ◦ blue 128

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

Shades of Oxley #739280

Tints of Oxley #739280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

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

R = 29.56%
G = 37.53%
B = 32.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#739280 (or 0x739280) is known color: Oxley. HEX triplet: 73, 92 and 80. RGB value is (115,146,128). Sum of RGB (Red+Green+Blue) = 115+146+128=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #739280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739280 is #8C6D7F. Grayscale: #868686. Windows color (decimal): -9203072 or 8426099. OLE color: 8426099.

HSL color Cylindrical-coordinate representation of color #739280: hue angle of 145.16º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739280 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 128 -
CMYK 0.21 0 0.12 0.43
HSL 145.16º 0.12% 0.51% -
HSV(B) 145.16º 0.21% 0.57% -
XYZ 21.25 25.76 24.27 -
YUV 134.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 115 146 128 0.21 0 0.12 0.43 145.16 0.12 0.51
Hex 73 92 80 15 0 C 2B 91 C 33
Octal 163 222 200 25 0 14 53 221 14 63
Binary 1110011 10010010 10000000 10101 0 1100 101011 10010001 1100 110011

Color Harmonies of #739280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739280

Black with #739280

Text Example


Text Example

White with #739280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739280; }

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

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

background-color css

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

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

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

border-color css

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

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

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