Html Css Color HEX #73907B Oxley

📋 copy color: '#73907B'

red 115 ◦ green 144 ◦ blue 123

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

Shades of Oxley #73907B

Tints of Oxley #73907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 30.1%
G = 37.7%
B = 32.2%

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

#73907B (or 0x73907B) is known color: Oxley. HEX triplet: 73, 90 and 7B. RGB value is (115,144,123). Sum of RGB (Red+Green+Blue) = 115+144+123=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #73907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907B is #8C6F84. Grayscale: #848484. Windows color (decimal): -9203589 or 8097907. OLE color: 8097907.

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

Color convert

RGB 115 144 123 -
CMYK 0.20 0 0.15 0.44
HSL 136.55º 0.12% 0.51% -
HSV(B) 136.55º 0.2% 0.56% -
XYZ 20.62 25.02 22.48 -
YUV 132.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 115 144 123 0.20 0 0.15 0.44 136.55 0.12 0.51
Hex 73 90 7B 14 0 F 2C 89 C 33
Octal 163 220 173 24 0 17 54 211 14 63
Binary 1110011 10010000 1111011 10100 0 1111 101100 10001001 1100 110011

Color Harmonies of #73907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73907B

Black with #73907B

Text Example


Text Example

White with #73907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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