Html Css Color HEX #727465 Finch

📋 copy color: '#727465'

red 114 ◦ green 116 ◦ blue 101

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

Shades of Finch #727465

Tints of Finch #727465

RGB

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

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

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

R = 34.44%
G = 35.05%
B = 30.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#727465 (or 0x727465) is known color: Finch. HEX triplet: 72, 74 and 65. RGB value is (114,116,101). Sum of RGB (Red+Green+Blue) = 114+116+101=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 116 - color contains mainly: green. Hex color #727465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727465 is #8D8B9A. Grayscale: #717171. Windows color (decimal): -9276315 or 6648946. OLE color: 6648946.

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

Color convert

RGB 114 116 101 -
CMYK 0.02 0 0.13 0.55
HSL 68º 0.07% 0.43% -
HSV(B) 68º 0.13% 0.45% -
XYZ 15.53 17.01 14.78 -
YUV 113.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 114 116 101 0.02 0 0.13 0.55 68 0.07 0.43
Hex 72 74 65 2 0 D 37 44 7 2B
Octal 162 164 145 2 0 15 67 104 7 53
Binary 1110010 1110100 1100101 10 0 1101 110111 1000100 111 101011

Color Harmonies of #727465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727465

Black with #727465

Text Example


Text Example

White with #727465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727465; }

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

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

background-color css

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

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

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

border-color css

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

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

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