Html Css Color HEX #727765 Finch

📋 copy color: '#727765'

red 114 ◦ green 119 ◦ blue 101

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

Shades of Finch #727765

Tints of Finch #727765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 34.13%
G = 35.63%
B = 30.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#727765 (or 0x727765) is known color: Finch. HEX triplet: 72, 77 and 65. RGB value is (114,119,101). Sum of RGB (Red+Green+Blue) = 114+119+101=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #727765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727765 is #8D889A. Grayscale: #737373. Windows color (decimal): -9275547 or 6649714. OLE color: 6649714.

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

Color convert

RGB 114 119 101 -
CMYK 0.04 0 0.15 0.53
HSL 76.67º 0.08% 0.43% -
HSV(B) 76.67º 0.15% 0.47% -
XYZ 15.89 17.71 14.89 -
YUV 115.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 114 119 101 0.04 0 0.15 0.53 76.67 0.08 0.43
Hex 72 77 65 4 0 F 35 4D 8 2B
Octal 162 167 145 4 0 17 65 115 10 53
Binary 1110010 1110111 1100101 100 0 1111 110101 1001101 1000 101011

Color Harmonies of #727765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727765

Black with #727765

Text Example


Text Example

White with #727765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727765; }

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

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

background-color css

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

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

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

border-color css

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

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

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