Html Css Color HEX #726063 Falcon

📋 copy color: '#726063'

red 114 ◦ green 96 ◦ blue 99

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

Shades of Falcon #726063

Tints of Falcon #726063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 36.89%
G = 31.07%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#726063 (or 0x726063) is known color: Falcon. HEX triplet: 72, 60 and 63. RGB value is (114,96,99). Sum of RGB (Red+Green+Blue) = 114+96+99=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #726063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726063 is #8D9F9C. Grayscale: #656565. Windows color (decimal): -9281437 or 6512754. OLE color: 6512754.

HSL color Cylindrical-coordinate representation of color #726063: hue angle of 350º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726063 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 99 -
CMYK 0 0.16 0.13 0.55
HSL 350º 0.09% 0.41% -
HSV(B) 350º 0.16% 0.45% -
XYZ 13.37 12.84 13.58 -
YUV 101.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 114 96 99 0 0.16 0.13 0.55 350 0.09 0.41
Hex 72 60 63 0 10 D 37 15E 9 29
Octal 162 140 143 0 20 15 67 536 11 51
Binary 1110010 1100000 1100011 0 10000 1101 110111 101011110 1001 101001

Color Harmonies of #726063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726063

Black with #726063

Text Example


Text Example

White with #726063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726063; }

 p { color: rgb(114,96,99); }

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

background-color css

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

 a { background-color: rgb(114,96,99); }

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

border-color css

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

 span { border-color: rgb(114,96,99); }

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