Html Css Color HEX #727450 Finch

📋 copy color: '#727450'

red 114 ◦ green 116 ◦ blue 80

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

Shades of Finch #727450

Tints of Finch #727450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 36.77%
G = 37.42%
B = 25.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#727450 (or 0x727450) is known color: Finch. HEX triplet: 72, 74 and 50. RGB value is (114,116,80). Sum of RGB (Red+Green+Blue) = 114+116+80=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #727450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727450 is #8D8BAF. Grayscale: #6F6F6F. Windows color (decimal): -9276336 or 5272690. OLE color: 5272690.

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

Color convert

RGB 114 116 80 -
CMYK 0.02 0 0.31 0.55
HSL 63.33º 0.18% 0.38% -
HSV(B) 63.33º 0.31% 0.45% -
XYZ 14.63 16.65 10.03 -
YUV 111.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 114 116 80 0.02 0 0.31 0.55 63.33 0.18 0.38
Hex 72 74 50 2 0 1F 37 3F 12 26
Octal 162 164 120 2 0 37 67 77 22 46
Binary 1110010 1110100 1010000 10 0 11111 110111 111111 10010 100110

Color Harmonies of #727450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727450

Black with #727450

Text Example


Text Example

White with #727450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727450; }

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

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

background-color css

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

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

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

border-color css

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

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

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