Html Css Color HEX #727661 Finch

📋 copy color: '#727661'

red 114 ◦ green 118 ◦ blue 97

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

Shades of Finch #727661

Tints of Finch #727661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 34.65%
G = 35.87%
B = 29.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#727661 (or 0x727661) is known color: Finch. HEX triplet: 72, 76 and 61. RGB value is (114,118,97). Sum of RGB (Red+Green+Blue) = 114+118+97=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #727661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727661 is #8D899E. Grayscale: #727272. Windows color (decimal): -9275807 or 6387314. OLE color: 6387314.

HSL color Cylindrical-coordinate representation of color #727661: hue angle of 71.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727661 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 97 -
CMYK 0.03 0 0.18 0.54
HSL 71.43º 0.1% 0.42% -
HSV(B) 71.43º 0.18% 0.46% -
XYZ 15.58 17.4 13.85 -
YUV 114.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 114 118 97 0.03 0 0.18 0.54 71.43 0.1 0.42
Hex 72 76 61 3 0 12 36 47 A 2A
Octal 162 166 141 3 0 22 66 107 12 52
Binary 1110010 1110110 1100001 11 0 10010 110110 1000111 1010 101010

Color Harmonies of #727661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727661

Black with #727661

Text Example


Text Example

White with #727661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727661; }

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

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

background-color css

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

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

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

border-color css

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

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

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