Html Css Color HEX #73907E Oxley

📋 copy color: '#73907E'

red 115 ◦ green 144 ◦ blue 126

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

Shades of Oxley #73907E

Tints of Oxley #73907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 29.87%
G = 37.4%
B = 32.73%

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

#73907E (or 0x73907E) is known color: Oxley. HEX triplet: 73, 90 and 7E. RGB value is (115,144,126). Sum of RGB (Red+Green+Blue) = 115+144+126=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #73907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907E is #8C6F81. Grayscale: #858585. Windows color (decimal): -9203586 or 8294515. OLE color: 8294515.

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

Color convert

RGB 115 144 126 -
CMYK 0.20 0 0.12 0.44
HSL 142.76º 0.12% 0.51% -
HSV(B) 142.76º 0.2% 0.56% -
XYZ 20.81 25.1 23.49 -
YUV 133.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 115 144 126 0.20 0 0.12 0.44 142.76 0.12 0.51
Hex 73 90 7E 14 0 C 2C 8F C 33
Octal 163 220 176 24 0 14 54 217 14 63
Binary 1110011 10010000 1111110 10100 0 1100 101100 10001111 1100 110011

Color Harmonies of #73907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73907E

Black with #73907E

Text Example


Text Example

White with #73907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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