Html Css Color HEX #72897C Oxley

📋 copy color: '#72897C'

red 114 ◦ green 137 ◦ blue 124

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

Shades of Oxley #72897C

Tints of Oxley #72897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 30.4%
G = 36.53%
B = 33.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#72897C (or 0x72897C) is known color: Oxley. HEX triplet: 72, 89 and 7C. RGB value is (114,137,124). Sum of RGB (Red+Green+Blue) = 114+137+124=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #72897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72897C is #8D7683. Grayscale: #808080. Windows color (decimal): -9270916 or 8161650. OLE color: 8161650.

HSL color Cylindrical-coordinate representation of color #72897C: hue angle of 146.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72897C is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 124 -
CMYK 0.17 0 0.09 0.46
HSL 146.09º 0.09% 0.49% -
HSV(B) 146.09º 0.17% 0.54% -
XYZ 19.52 22.92 22.46 -
YUV 128.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 114 137 124 0.17 0 0.09 0.46 146.09 0.09 0.49
Hex 72 89 7C 11 0 9 2E 92 9 31
Octal 162 211 174 21 0 11 56 222 11 61
Binary 1110010 10001001 1111100 10001 0 1001 101110 10010010 1001 110001

Color Harmonies of #72897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72897C

Black with #72897C

Text Example


Text Example

White with #72897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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