Html Css Color HEX #727B5A Finch

📋 copy color: '#727B5A'

red 114 ◦ green 123 ◦ blue 90

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

Shades of Finch #727B5A

Tints of Finch #727B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 34.86%
G = 37.61%
B = 27.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#727B5A (or 0x727B5A) is known color: Finch. HEX triplet: 72, 7B and 5A. RGB value is (114,123,90). Sum of RGB (Red+Green+Blue) = 114+123+90=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #727B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B5A is #8D84A5. Grayscale: #747474. Windows color (decimal): -9274534 or 5929842. OLE color: 5929842.

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

Color convert

RGB 114 123 90 -
CMYK 0.07 0 0.27 0.52
HSL 76.36º 0.15% 0.42% -
HSV(B) 76.36º 0.27% 0.48% -
XYZ 15.87 18.48 12.4 -
YUV 116.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 114 123 90 0.07 0 0.27 0.52 76.36 0.15 0.42
Hex 72 7B 5A 7 0 1B 34 4C F 2A
Octal 162 173 132 7 0 33 64 114 17 52
Binary 1110010 1111011 1011010 111 0 11011 110100 1001100 1111 101010

Color Harmonies of #727B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B5A

Black with #727B5A

Text Example


Text Example

White with #727B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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