Html Css Color HEX #727754 Finch

📋 copy color: '#727754'

red 114 ◦ green 119 ◦ blue 84

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

Shades of Finch #727754

Tints of Finch #727754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 35.96%
G = 37.54%
B = 26.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#727754 (or 0x727754) is known color: Finch. HEX triplet: 72, 77 and 54. RGB value is (114,119,84). Sum of RGB (Red+Green+Blue) = 114+119+84=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #727754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727754 is #8D88AB. Grayscale: #717171. Windows color (decimal): -9275564 or 5535602. OLE color: 5535602.

HSL color Cylindrical-coordinate representation of color #727754: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #727754 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 84 -
CMYK 0.04 0 0.29 0.53
HSL 68.57º 0.17% 0.4% -
HSV(B) 68.57º 0.29% 0.47% -
XYZ 15.14 17.41 10.95 -
YUV 113.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 114 119 84 0.04 0 0.29 0.53 68.57 0.17 0.4
Hex 72 77 54 4 0 1D 35 45 11 28
Octal 162 167 124 4 0 35 65 105 21 50
Binary 1110010 1110111 1010100 100 0 11101 110101 1000101 10001 101000

Color Harmonies of #727754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727754

Black with #727754

Text Example


Text Example

White with #727754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727754; }

 p { color: rgb(114,119,84); }

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

background-color css

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

 a { background-color: rgb(114,119,84); }

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

border-color css

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

 span { border-color: rgb(114,119,84); }

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