Html Css Color HEX #737F50 Finch

📋 copy color: '#737F50'

red 115 ◦ green 127 ◦ blue 80

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

Shades of Finch #737F50

Tints of Finch #737F50

RGB

 RED value IS 115 (45.31% from 255) = 35.71%

 GREEN value IS 127 (50% from 255) = 39.44%

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 35.71%
G = 39.44%
B = 24.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#737F50 (or 0x737F50) is known color: Finch. HEX triplet: 73, 7F and 50. RGB value is (115,127,80). Sum of RGB (Red+Green+Blue) = 115+127+80=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #737F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F50 is #8C80AF. Grayscale: #767676. Windows color (decimal): -9207984 or 5275507. OLE color: 5275507.

HSL color Cylindrical-coordinate representation of color #737F50: hue angle of 75.32º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #737F50 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 127 80 -
CMYK 0.09 0 0.37 0.50
HSL 75.32º 0.23% 0.41% -
HSV(B) 75.32º 0.37% 0.5% -
XYZ 16.11 19.4 10.49 -
YUV 118.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 115 127 80 0.09 0 0.37 0.50 75.32 0.23 0.41
Hex 73 7F 50 9 0 25 32 4B 17 29
Octal 163 177 120 11 0 45 62 113 27 51
Binary 1110011 1111111 1010000 1001 0 100101 110010 1001011 10111 101001

Color Harmonies of #737F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737F50

Black with #737F50

Text Example


Text Example

White with #737F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737F50; }

 p { color: rgb(115,127,80); }

 H1.HeaderClassName
 {
   color: #737F50;
 }
 .AnyTagClassName
 {
   color: #737F50;
 }
</style>

background-color css

<style>
 a { background-color: #737F50; }

 a { background-color: rgb(115,127,80); }

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

border-color css

<style>
 span { border-color: #737F50; }

 span { border-color: rgb(115,127,80); }

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