Html Css Color HEX #739880 Oxley

📋 copy color: '#739880'

red 115 ◦ green 152 ◦ blue 128

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

Shades of Oxley #739880

Tints of Oxley #739880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

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

R = 29.11%
G = 38.48%
B = 32.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#739880 (or 0x739880) is known color: Oxley. HEX triplet: 73, 98 and 80. RGB value is (115,152,128). Sum of RGB (Red+Green+Blue) = 115+152+128=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #739880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739880 is #8C677F. Grayscale: #8A8A8A. Windows color (decimal): -9201536 or 8427635. OLE color: 8427635.

HSL color Cylindrical-coordinate representation of color #739880: hue angle of 141.08º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739880 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 128 -
CMYK 0.24 0 0.16 0.40
HSL 141.08º 0.15% 0.52% -
HSV(B) 141.08º 0.24% 0.6% -
XYZ 22.19 27.66 24.59 -
YUV 138.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 115 152 128 0.24 0 0.16 0.40 141.08 0.15 0.52
Hex 73 98 80 18 0 10 28 8D F 34
Octal 163 230 200 30 0 20 50 215 17 64
Binary 1110011 10011000 10000000 11000 0 10000 101000 10001101 1111 110100

Color Harmonies of #739880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739880

Black with #739880

Text Example


Text Example

White with #739880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739880; }

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

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

background-color css

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

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

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

border-color css

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

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

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