Html Css Color HEX #727565 Finch

📋 copy color: '#727565'

red 114 ◦ green 117 ◦ blue 101

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

Shades of Finch #727565

Tints of Finch #727565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 34.34%
G = 35.24%
B = 30.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#727565 (or 0x727565) is known color: Finch. HEX triplet: 72, 75 and 65. RGB value is (114,117,101). Sum of RGB (Red+Green+Blue) = 114+117+101=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #727565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727565 is #8D8A9A. Grayscale: #727272. Windows color (decimal): -9276059 or 6649202. OLE color: 6649202.

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

Color convert

RGB 114 117 101 -
CMYK 0.03 0 0.14 0.54
HSL 71.25º 0.07% 0.43% -
HSV(B) 71.25º 0.14% 0.46% -
XYZ 15.65 17.24 14.81 -
YUV 114.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 114 117 101 0.03 0 0.14 0.54 71.25 0.07 0.43
Hex 72 75 65 3 0 E 36 47 7 2B
Octal 162 165 145 3 0 16 66 107 7 53
Binary 1110010 1110101 1100101 11 0 1110 110110 1000111 111 101011

Color Harmonies of #727565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727565

Black with #727565

Text Example


Text Example

White with #727565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727565; }

 p { color: rgb(114,117,101); }

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

background-color css

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

 a { background-color: rgb(114,117,101); }

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

border-color css

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

 span { border-color: rgb(114,117,101); }

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