Html Css Color HEX #727568 Finch

📋 copy color: '#727568'

red 114 ◦ green 117 ◦ blue 104

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

Shades of Finch #727568

Tints of Finch #727568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 34.03%
G = 34.93%
B = 31.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#727568 (or 0x727568) is known color: Finch. HEX triplet: 72, 75 and 68. RGB value is (114,117,104). Sum of RGB (Red+Green+Blue) = 114+117+104=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #727568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727568 is #8D8A97. Grayscale: #727272. Windows color (decimal): -9276056 or 6845810. OLE color: 6845810.

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

Color convert

RGB 114 117 104 -
CMYK 0.03 0 0.11 0.54
HSL 73.85º 0.06% 0.43% -
HSV(B) 73.85º 0.11% 0.46% -
XYZ 15.8 17.3 15.6 -
YUV 114.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 114 117 104 0.03 0 0.11 0.54 73.85 0.06 0.43
Hex 72 75 68 3 0 B 36 4A 6 2B
Octal 162 165 150 3 0 13 66 112 6 53
Binary 1110010 1110101 1101000 11 0 1011 110110 1001010 110 101011

Color Harmonies of #727568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727568

Black with #727568

Text Example


Text Example

White with #727568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727568; }

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

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

background-color css

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

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

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

border-color css

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

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

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