Html Css Color HEX #73897D Oxley

📋 copy color: '#73897D'

red 115 ◦ green 137 ◦ blue 125

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

Shades of Oxley #73897D

Tints of Oxley #73897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 30.5%
G = 36.34%
B = 33.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#73897D (or 0x73897D) is known color: Oxley. HEX triplet: 73, 89 and 7D. RGB value is (115,137,125). Sum of RGB (Red+Green+Blue) = 115+137+125=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #73897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73897D is #8C7682. Grayscale: #818181. Windows color (decimal): -9205379 or 8227187. OLE color: 8227187.

HSL color Cylindrical-coordinate representation of color #73897D: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73897D is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 137 125 -
CMYK 0.16 0 0.09 0.46
HSL 147.27º 0.09% 0.49% -
HSV(B) 147.27º 0.16% 0.54% -
XYZ 19.72 23.02 22.81 -
YUV 129.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 115 137 125 0.16 0 0.09 0.46 147.27 0.09 0.49
Hex 73 89 7D 10 0 9 2E 93 9 31
Octal 163 211 175 20 0 11 56 223 11 61
Binary 1110011 10001001 1111101 10000 0 1001 101110 10010011 1001 110001

Color Harmonies of #73897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73897D

Black with #73897D

Text Example


Text Example

White with #73897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73897D; }

 p { color: rgb(115,137,125); }

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

background-color css

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

 a { background-color: rgb(115,137,125); }

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

border-color css

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

 span { border-color: rgb(115,137,125); }

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