Html Css Color HEX #72947C Oxley

📋 copy color: '#72947C'

red 114 ◦ green 148 ◦ blue 124

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

Shades of Oxley #72947C

Tints of Oxley #72947C

RGB

 RED value IS 114 (44.92% from 255) = 29.53%

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

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

R = 29.53%
G = 38.34%
B = 32.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#72947C (or 0x72947C) is known color: Oxley. HEX triplet: 72, 94 and 7C. RGB value is (114,148,124). Sum of RGB (Red+Green+Blue) = 114+148+124=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #72947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72947C is #8D6B83. Grayscale: #878787. Windows color (decimal): -9268100 or 8164466. OLE color: 8164466.

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

Color convert

RGB 114 148 124 -
CMYK 0.23 0 0.16 0.42
HSL 137.65º 0.14% 0.51% -
HSV(B) 137.65º 0.23% 0.58% -
XYZ 21.17 26.21 23.01 -
YUV 135.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 114 148 124 0.23 0 0.16 0.42 137.65 0.14 0.51
Hex 72 94 7C 17 0 10 2A 8A E 33
Octal 162 224 174 27 0 20 52 212 16 63
Binary 1110010 10010100 1111100 10111 0 10000 101010 10001010 1110 110011

Color Harmonies of #72947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72947C

Black with #72947C

Text Example


Text Example

White with #72947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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