Html Css Color HEX #727468 Finch

📋 copy color: '#727468'

red 114 ◦ green 116 ◦ blue 104

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

Shades of Finch #727468

Tints of Finch #727468

RGB

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

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

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

R = 34.13%
G = 34.73%
B = 31.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#727468 (or 0x727468) is known color: Finch. HEX triplet: 72, 74 and 68. RGB value is (114,116,104). Sum of RGB (Red+Green+Blue) = 114+116+104=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #727468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727468 is #8D8B97. Grayscale: #727272. Windows color (decimal): -9276312 or 6845554. OLE color: 6845554.

HSL color Cylindrical-coordinate representation of color #727468: hue angle of 70º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #727468 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 104 -
CMYK 0.02 0 0.10 0.55
HSL 70º 0.05% 0.43% -
HSV(B) 70º 0.1% 0.45% -
XYZ 15.68 17.07 15.56 -
YUV 114.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 114 116 104 0.02 0 0.10 0.55 70 0.05 0.43
Hex 72 74 68 2 0 A 37 46 5 2B
Octal 162 164 150 2 0 12 67 106 5 53
Binary 1110010 1110100 1101000 10 0 1010 110111 1000110 101 101011

Color Harmonies of #727468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727468

Black with #727468

Text Example


Text Example

White with #727468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727468; }

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

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

background-color css

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

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

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

border-color css

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

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

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