Html Css Color HEX #73907A Oxley

📋 copy color: '#73907A'

red 115 ◦ green 144 ◦ blue 122

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

Shades of Oxley #73907A

Tints of Oxley #73907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 30.18%
G = 37.8%
B = 32.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#73907A (or 0x73907A) is known color: Oxley. HEX triplet: 73, 90 and 7A. RGB value is (115,144,122). Sum of RGB (Red+Green+Blue) = 115+144+122=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #73907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907A is #8C6F85. Grayscale: #848484. Windows color (decimal): -9203590 or 8032371. OLE color: 8032371.

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

Color convert

RGB 115 144 122 -
CMYK 0.20 0 0.15 0.44
HSL 134.48º 0.12% 0.51% -
HSV(B) 134.48º 0.2% 0.56% -
XYZ 20.56 25 22.15 -
YUV 132.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 115 144 122 0.20 0 0.15 0.44 134.48 0.12 0.51
Hex 73 90 7A 14 0 F 2C 86 C 33
Octal 163 220 172 24 0 17 54 206 14 63
Binary 1110011 10010000 1111010 10100 0 1111 101100 10000110 1100 110011

Color Harmonies of #73907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73907A

Black with #73907A

Text Example


Text Example

White with #73907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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