Html Css Color HEX #727463 Finch

📋 copy color: '#727463'

red 114 ◦ green 116 ◦ blue 99

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

Shades of Finch #727463

Tints of Finch #727463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

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

R = 34.65%
G = 35.26%
B = 30.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#727463 (or 0x727463) is known color: Finch. HEX triplet: 72, 74 and 63. RGB value is (114,116,99). Sum of RGB (Red+Green+Blue) = 114+116+99=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #727463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727463 is #8D8B9C. Grayscale: #717171. Windows color (decimal): -9276317 or 6517874. OLE color: 6517874.

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

Color convert

RGB 114 116 99 -
CMYK 0.02 0 0.15 0.55
HSL 67.06º 0.08% 0.42% -
HSV(B) 67.06º 0.15% 0.45% -
XYZ 15.44 16.97 14.27 -
YUV 113.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 114 116 99 0.02 0 0.15 0.55 67.06 0.08 0.42
Hex 72 74 63 2 0 F 37 43 8 2A
Octal 162 164 143 2 0 17 67 103 10 52
Binary 1110010 1110100 1100011 10 0 1111 110111 1000011 1000 101010

Color Harmonies of #727463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727463

Black with #727463

Text Example


Text Example

White with #727463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727463; }

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

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

background-color css

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

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

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

border-color css

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

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

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