Html Css Color HEX #73947C Oxley

📋 copy color: '#73947C'

red 115 ◦ green 148 ◦ blue 124

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

Shades of Oxley #73947C

Tints of Oxley #73947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 29.72%
G = 38.24%
B = 32.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#73947C (or 0x73947C) is known color: Oxley. HEX triplet: 73, 94 and 7C. RGB value is (115,148,124). Sum of RGB (Red+Green+Blue) = 115+148+124=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #73947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73947C is #8C6B83. Grayscale: #878787. Windows color (decimal): -9202564 or 8164467. OLE color: 8164467.

HSL color Cylindrical-coordinate representation of color #73947C: hue angle of 136.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73947C is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 124 -
CMYK 0.22 0 0.16 0.42
HSL 136.36º 0.13% 0.52% -
HSV(B) 136.36º 0.22% 0.58% -
XYZ 21.3 26.28 23.02 -
YUV 135.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 115 148 124 0.22 0 0.16 0.42 136.36 0.13 0.52
Hex 73 94 7C 16 0 10 2A 88 D 34
Octal 163 224 174 26 0 20 52 210 15 64
Binary 1110011 10010100 1111100 10110 0 10000 101010 10001000 1101 110100

Color Harmonies of #73947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73947C

Black with #73947C

Text Example


Text Example

White with #73947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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