Html Css Color HEX #727B5C Finch

📋 copy color: '#727B5C'

red 114 ◦ green 123 ◦ blue 92

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

Shades of Finch #727B5C

Tints of Finch #727B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

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

R = 34.65%
G = 37.39%
B = 27.96%

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

#727B5C (or 0x727B5C) is known color: Finch. HEX triplet: 72, 7B and 5C. RGB value is (114,123,92). Sum of RGB (Red+Green+Blue) = 114+123+92=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #727B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B5C is #8D84A3. Grayscale: #747474. Windows color (decimal): -9274532 or 6060914. OLE color: 6060914.

HSL color Cylindrical-coordinate representation of color #727B5C: hue angle of 77.42º 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 #727B5C is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 92 -
CMYK 0.07 0 0.25 0.52
HSL 77.42º 0.14% 0.42% -
HSV(B) 77.42º 0.25% 0.48% -
XYZ 15.95 18.52 12.86 -
YUV 116.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 114 123 92 0.07 0 0.25 0.52 77.42 0.14 0.42
Hex 72 7B 5C 7 0 19 34 4D E 2A
Octal 162 173 134 7 0 31 64 115 16 52
Binary 1110010 1111011 1011100 111 0 11001 110100 1001101 1110 101010

Color Harmonies of #727B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B5C

Black with #727B5C

Text Example


Text Example

White with #727B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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