Html Css Color HEX #726163 Falcon

📋 copy color: '#726163'

red 114 ◦ green 97 ◦ blue 99

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

Shades of Falcon #726163

Tints of Falcon #726163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

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

R = 36.77%
G = 31.29%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#726163 (or 0x726163) is known color: Falcon. HEX triplet: 72, 61 and 63. RGB value is (114,97,99). Sum of RGB (Red+Green+Blue) = 114+97+99=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726163 is #8D9E9C. Grayscale: #666666. Windows color (decimal): -9281181 or 6513010. OLE color: 6513010.

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

Color convert

RGB 114 97 99 -
CMYK 0 0.15 0.13 0.55
HSL 352.94º 0.08% 0.41% -
HSV(B) 352.94º 0.15% 0.45% -
XYZ 13.47 13.03 13.61 -
YUV 102.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 114 97 99 0 0.15 0.13 0.55 352.94 0.08 0.41
Hex 72 61 63 0 F D 37 161 8 29
Octal 162 141 143 0 17 15 67 541 10 51
Binary 1110010 1100001 1100011 0 1111 1101 110111 101100001 1000 101001

Color Harmonies of #726163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726163

Black with #726163

Text Example


Text Example

White with #726163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726163; }

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

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

background-color css

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

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

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

border-color css

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

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

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