Html Css Color HEX #727B5B Finch

📋 copy color: '#727B5B'

red 114 ◦ green 123 ◦ blue 91

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

Shades of Finch #727B5B

Tints of Finch #727B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 34.76%
G = 37.5%
B = 27.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#727B5B (or 0x727B5B) is known color: Finch. HEX triplet: 72, 7B and 5B. RGB value is (114,123,91). Sum of RGB (Red+Green+Blue) = 114+123+91=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 123 - color contains mainly: green. Hex color #727B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B5B is #8D84A4. Grayscale: #747474. Windows color (decimal): -9274533 or 5995378. OLE color: 5995378.

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

Color convert

RGB 114 123 91 -
CMYK 0.07 0 0.26 0.52
HSL 76.88º 0.15% 0.42% -
HSV(B) 76.88º 0.26% 0.48% -
XYZ 15.91 18.5 12.63 -
YUV 116.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 114 123 91 0.07 0 0.26 0.52 76.88 0.15 0.42
Hex 72 7B 5B 7 0 1A 34 4D F 2A
Octal 162 173 133 7 0 32 64 115 17 52
Binary 1110010 1111011 1011011 111 0 11010 110100 1001101 1111 101010

Color Harmonies of #727B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B5B

Black with #727B5B

Text Example


Text Example

White with #727B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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