Html Css Color HEX #72937D Oxley

📋 copy color: '#72937D'

red 114 ◦ green 147 ◦ blue 125

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

Shades of Oxley #72937D

Tints of Oxley #72937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 29.53%
G = 38.08%
B = 32.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#72937D (or 0x72937D) is known color: Oxley. HEX triplet: 72, 93 and 7D. RGB value is (114,147,125). Sum of RGB (Red+Green+Blue) = 114+147+125=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #72937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72937D is #8D6C82. Grayscale: #868686. Windows color (decimal): -9268355 or 8229746. OLE color: 8229746.

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

Color convert

RGB 114 147 125 -
CMYK 0.22 0 0.15 0.42
HSL 140º 0.13% 0.51% -
HSV(B) 140º 0.22% 0.58% -
XYZ 21.07 25.93 23.3 -
YUV 134.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 114 147 125 0.22 0 0.15 0.42 140 0.13 0.51
Hex 72 93 7D 16 0 F 2A 8C D 33
Octal 162 223 175 26 0 17 52 214 15 63
Binary 1110010 10010011 1111101 10110 0 1111 101010 10001100 1101 110011

Color Harmonies of #72937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72937D

Black with #72937D

Text Example


Text Example

White with #72937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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