Html Css Color HEX #72907E Oxley

📋 copy color: '#72907E'

red 114 ◦ green 144 ◦ blue 126

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

Shades of Oxley #72907E

Tints of Oxley #72907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 29.69%
G = 37.5%
B = 32.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#72907E (or 0x72907E) is known color: Oxley. HEX triplet: 72, 90 and 7E. RGB value is (114,144,126). Sum of RGB (Red+Green+Blue) = 114+144+126=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #72907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72907E is #8D6F81. Grayscale: #858585. Windows color (decimal): -9269122 or 8294514. OLE color: 8294514.

HSL color Cylindrical-coordinate representation of color #72907E: hue angle of 144º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72907E is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 126 -
CMYK 0.21 0 0.12 0.44
HSL 144º 0.12% 0.51% -
HSV(B) 144º 0.21% 0.56% -
XYZ 20.68 25.03 23.48 -
YUV 132.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 114 144 126 0.21 0 0.12 0.44 144 0.12 0.51
Hex 72 90 7E 15 0 C 2C 90 C 33
Octal 162 220 176 25 0 14 54 220 14 63
Binary 1110010 10010000 1111110 10101 0 1100 101100 10010000 1100 110011

Color Harmonies of #72907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72907E

Black with #72907E

Text Example


Text Example

White with #72907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72907E; }

 p { color: rgb(114,144,126); }

 H1.HeaderClassName
 {
   color: #72907E;
 }
 .AnyTagClassName
 {
   color: #72907E;
 }
</style>

background-color css

<style>
 a { background-color: #72907E; }

 a { background-color: rgb(114,144,126); }

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

border-color css

<style>
 span { border-color: #72907E; }

 span { border-color: rgb(114,144,126); }

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