Html Css Color HEX #73907F Oxley

📋 copy color: '#73907F'

red 115 ◦ green 144 ◦ blue 127

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

Shades of Oxley #73907F

Tints of Oxley #73907F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 29.79%
G = 37.31%
B = 32.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#73907F (or 0x73907F) is known color: Oxley. HEX triplet: 73, 90 and 7F. RGB value is (115,144,127). Sum of RGB (Red+Green+Blue) = 115+144+127=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #73907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907F is #8C6F80. Grayscale: #858585. Windows color (decimal): -9203585 or 8360051. OLE color: 8360051.

HSL color Cylindrical-coordinate representation of color #73907F: hue angle of 144.83º 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 #73907F is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 127 -
CMYK 0.20 0 0.12 0.44
HSL 144.83º 0.12% 0.51% -
HSV(B) 144.83º 0.2% 0.56% -
XYZ 20.87 25.12 23.83 -
YUV 133.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 115 144 127 0.20 0 0.12 0.44 144.83 0.12 0.51
Hex 73 90 7F 14 0 C 2C 91 C 33
Octal 163 220 177 24 0 14 54 221 14 63
Binary 1110011 10010000 1111111 10100 0 1100 101100 10010001 1100 110011

Color Harmonies of #73907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73907F

Black with #73907F

Text Example


Text Example

White with #73907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73907F; }

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

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

background-color css

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

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

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

border-color css

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

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

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