Html Css Color HEX #737464 Finch

📋 copy color: '#737464'

red 115 ◦ green 116 ◦ blue 100

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

Shades of Finch #737464

Tints of Finch #737464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 34.74%
G = 35.05%
B = 30.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#737464 (or 0x737464) is known color: Finch. HEX triplet: 73, 74 and 64. RGB value is (115,116,100). Sum of RGB (Red+Green+Blue) = 115+116+100=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 116 - color contains mainly: green. Hex color #737464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737464 is #8C8B9B. Grayscale: #717171. Windows color (decimal): -9210780 or 6583411. OLE color: 6583411.

HSL color Cylindrical-coordinate representation of color #737464: hue angle of 63.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737464 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 100 -
CMYK 0.01 0 0.14 0.55
HSL 63.75º 0.07% 0.42% -
HSV(B) 63.75º 0.14% 0.45% -
XYZ 15.62 17.06 14.53 -
YUV 113.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 115 116 100 0.01 0 0.14 0.55 63.75 0.07 0.42
Hex 73 74 64 1 0 E 37 40 7 2A
Octal 163 164 144 1 0 16 67 100 7 52
Binary 1110011 1110100 1100100 1 0 1110 110111 1000000 111 101010

Color Harmonies of #737464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737464

Black with #737464

Text Example


Text Example

White with #737464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737464; }

 p { color: rgb(115,116,100); }

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

background-color css

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

 a { background-color: rgb(115,116,100); }

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

border-color css

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

 span { border-color: rgb(115,116,100); }

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