Html Css Color HEX #727469 Finch

📋 copy color: '#727469'

red 114 ◦ green 116 ◦ blue 105

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

Shades of Finch #727469

Tints of Finch #727469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.34%

R = 34.03%
G = 34.63%
B = 31.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#727469 (or 0x727469) is known color: Finch. HEX triplet: 72, 74 and 69. RGB value is (114,116,105). Sum of RGB (Red+Green+Blue) = 114+116+105=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #727469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727469 is #8D8B96. Grayscale: #727272. Windows color (decimal): -9276311 or 6911090. OLE color: 6911090.

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

Color convert

RGB 114 116 105 -
CMYK 0.02 0 0.09 0.55
HSL 70.91º 0.05% 0.43% -
HSV(B) 70.91º 0.09% 0.45% -
XYZ 15.73 17.09 15.83 -
YUV 114.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 114 116 105 0.02 0 0.09 0.55 70.91 0.05 0.43
Hex 72 74 69 2 0 9 37 47 5 2B
Octal 162 164 151 2 0 11 67 107 5 53
Binary 1110010 1110100 1101001 10 0 1001 110111 1000111 101 101011

Color Harmonies of #727469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727469

Black with #727469

Text Example


Text Example

White with #727469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727469; }

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

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

background-color css

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

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

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

border-color css

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

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

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