Html Css Color HEX #727A5C Finch

📋 copy color: '#727A5C'

red 114 ◦ green 122 ◦ blue 92

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

Shades of Finch #727A5C

Tints of Finch #727A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 34.76%
G = 37.2%
B = 28.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#727A5C (or 0x727A5C) is known color: Finch. HEX triplet: 72, 7A and 5C. RGB value is (114,122,92). Sum of RGB (Red+Green+Blue) = 114+122+92=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #727A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A5C is #8D85A3. Grayscale: #747474. Windows color (decimal): -9274788 or 6060658. OLE color: 6060658.

HSL color Cylindrical-coordinate representation of color #727A5C: hue angle of 76º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727A5C is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 122 92 -
CMYK 0.07 0 0.25 0.52
HSL 76º 0.14% 0.42% -
HSV(B) 76º 0.25% 0.48% -
XYZ 15.83 18.27 12.82 -
YUV 116.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 114 122 92 0.07 0 0.25 0.52 76 0.14 0.42
Hex 72 7A 5C 7 0 19 34 4C E 2A
Octal 162 172 134 7 0 31 64 114 16 52
Binary 1110010 1111010 1011100 111 0 11001 110100 1001100 1110 101010

Color Harmonies of #727A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A5C

Black with #727A5C

Text Example


Text Example

White with #727A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A5C; }

 p { color: rgb(114,122,92); }

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

background-color css

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

 a { background-color: rgb(114,122,92); }

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

border-color css

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

 span { border-color: rgb(114,122,92); }

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