Html Css Color HEX #73907C Oxley

📋 copy color: '#73907C'

red 115 ◦ green 144 ◦ blue 124

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

Shades of Oxley #73907C

Tints of Oxley #73907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 30.03%
G = 37.6%
B = 32.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#73907C (or 0x73907C) is known color: Oxley. HEX triplet: 73, 90 and 7C. RGB value is (115,144,124). Sum of RGB (Red+Green+Blue) = 115+144+124=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #73907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907C is #8C6F83. Grayscale: #858585. Windows color (decimal): -9203588 or 8163443. OLE color: 8163443.

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

Color convert

RGB 115 144 124 -
CMYK 0.20 0 0.14 0.44
HSL 138.62º 0.12% 0.51% -
HSV(B) 138.62º 0.2% 0.56% -
XYZ 20.68 25.05 22.81 -
YUV 133.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 115 144 124 0.20 0 0.14 0.44 138.62 0.12 0.51
Hex 73 90 7C 14 0 E 2C 8B C 33
Octal 163 220 174 24 0 16 54 213 14 63
Binary 1110011 10010000 1111100 10100 0 1110 101100 10001011 1100 110011

Color Harmonies of #73907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73907C

Black with #73907C

Text Example


Text Example

White with #73907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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