Html Css Color HEX #727A5F Finch

📋 copy color: '#727A5F'

red 114 ◦ green 122 ◦ blue 95

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

Shades of Finch #727A5F

Tints of Finch #727A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 34.44%
G = 36.86%
B = 28.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#727A5F (or 0x727A5F) is known color: Finch. HEX triplet: 72, 7A and 5F. RGB value is (114,122,95). Sum of RGB (Red+Green+Blue) = 114+122+95=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #727A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A5F is #8D85A0. Grayscale: #747474. Windows color (decimal): -9274785 or 6257266. OLE color: 6257266.

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

Color convert

RGB 114 122 95 -
CMYK 0.07 0 0.22 0.52
HSL 77.78º 0.12% 0.43% -
HSV(B) 77.78º 0.22% 0.48% -
XYZ 15.96 18.32 13.52 -
YUV 116.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 114 122 95 0.07 0 0.22 0.52 77.78 0.12 0.43
Hex 72 7A 5F 7 0 16 34 4E C 2B
Octal 162 172 137 7 0 26 64 116 14 53
Binary 1110010 1111010 1011111 111 0 10110 110100 1001110 1100 101011

Color Harmonies of #727A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A5F

Black with #727A5F

Text Example


Text Example

White with #727A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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