Html Css Color HEX #72947D Oxley

📋 copy color: '#72947D'

red 114 ◦ green 148 ◦ blue 125

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

Shades of Oxley #72947D

Tints of Oxley #72947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 29.46%
G = 38.24%
B = 32.3%

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

#72947D (or 0x72947D) is known color: Oxley. HEX triplet: 72, 94 and 7D. RGB value is (114,148,125). Sum of RGB (Red+Green+Blue) = 114+148+125=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #72947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72947D is #8D6B82. Grayscale: #878787. Windows color (decimal): -9268099 or 8230002. OLE color: 8230002.

HSL color Cylindrical-coordinate representation of color #72947D: hue angle of 139.41º 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 #72947D is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 125 -
CMYK 0.23 0 0.16 0.42
HSL 139.41º 0.14% 0.51% -
HSV(B) 139.41º 0.23% 0.58% -
XYZ 21.23 26.24 23.35 -
YUV 135.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 114 148 125 0.23 0 0.16 0.42 139.41 0.14 0.51
Hex 72 94 7D 17 0 10 2A 8B E 33
Octal 162 224 175 27 0 20 52 213 16 63
Binary 1110010 10010100 1111101 10111 0 10000 101010 10001011 1110 110011

Color Harmonies of #72947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72947D

Black with #72947D

Text Example


Text Example

White with #72947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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