Html Css Color HEX #739A83 Oxley

📋 copy color: '#739A83'

red 115 ◦ green 154 ◦ blue 131

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

Shades of Oxley #739A83

Tints of Oxley #739A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 28.75%
G = 38.5%
B = 32.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#739A83 (or 0x739A83) is known color: Oxley. HEX triplet: 73, 9A and 83. RGB value is (115,154,131). Sum of RGB (Red+Green+Blue) = 115+154+131=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #739A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A83 is #8C657C. Grayscale: #8B8B8B. Windows color (decimal): -9201021 or 8624755. OLE color: 8624755.

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

Color convert

RGB 115 154 131 -
CMYK 0.25 0 0.15 0.40
HSL 144.62º 0.16% 0.53% -
HSV(B) 144.62º 0.25% 0.6% -
XYZ 22.72 28.39 25.76 -
YUV 139.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 115 154 131 0.25 0 0.15 0.40 144.62 0.16 0.53
Hex 73 9A 83 19 0 F 28 91 10 35
Octal 163 232 203 31 0 17 50 221 20 65
Binary 1110011 10011010 10000011 11001 0 1111 101000 10010001 10000 110101

Color Harmonies of #739A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A83

Black with #739A83

Text Example


Text Example

White with #739A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739A83; }

 p { color: rgb(115,154,131); }

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

background-color css

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

 a { background-color: rgb(115,154,131); }

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

border-color css

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

 span { border-color: rgb(115,154,131); }

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